Make the core size unlimited.
authorWayne Davison <wayned@samba.org>
Tue, 3 Aug 2004 15:54:29 +0000 (15:54 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 3 Aug 2004 15:54:29 +0000 (15:54 +0000)
rsync-debug

index 5c56b8f78d6d49543a84af16c6b8953c83d0e00e..4c54c0011c4a3d2c7e44c076e9cbc3bfedc6d5f0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-ulimit -c 9999999
+ulimit -c unlimited
 
 # Some systems have "truss" or "tusc" instead of "strace".
 # The -f option tells strace to follow children too.