packages: xz/xz-parallel.patch - use 80% of memory max (90 looks too much)

arekm arekm at pld-linux.org
Sun Oct 23 12:26:58 CEST 2011


Author: arekm                        Date: Sun Oct 23 10:26:58 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use 80% of memory max (90 looks too much)

---- Files affected:
packages/xz:
   xz-parallel.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/xz/xz-parallel.patch
diff -u packages/xz/xz-parallel.patch:1.5 packages/xz/xz-parallel.patch:1.6
--- packages/xz/xz-parallel.patch:1.5	Sat Oct 22 23:38:00 2011
+++ packages/xz/xz-parallel.patch	Sun Oct 23 12:26:52 2011
@@ -17,6 +17,6 @@
  	// Set the defaults.
 +	hardware_threads_set(0);
  	hardware_memlimit_set(0, true, true, false);
-+	hardware_memlimit_set(90, true, false, true);
++	hardware_memlimit_set(80, true, false, true);
  	return;
  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xz/xz-parallel.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list