shithub: mc

Download patch

ref: 05e4f69851fef41ea3b29809a91185fa872878f1
parent: c0192155d8e843ab3355a564ed97537d0ede00a6
author: Ori Bernstein <[email protected]>
date: Mon Dec 24 09:16:12 EST 2012

Remove locked memory limit

    None of the tests lock memory, and it can cause problems.

--- a/test/test.sh
+++ b/test/test.sh
@@ -56,7 +56,6 @@
 ulimit -c unlimited # core size
 ulimit -d 16382     # data segment: 16m
 ulimit -f 16382     # file size
-ulimit -l 1024      # locked memory
 ulimit -m 32768     # total memory
 ulimit -s 8192      # 8 meg stack
 ulimit -t 30        # 30 second CPU time