From f74de0864eda1a16b063014caa5d75deef5bc834 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 2 Aug 2012 04:34:35 +0000 Subject: [PATCH] Removed unnecessary core ulimit --- modules/compiler_vm/cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/compiler_vm/cc b/modules/compiler_vm/cc index 3c9135f5..65fd7eeb 100755 --- a/modules/compiler_vm/cc +++ b/modules/compiler_vm/cc @@ -1,4 +1,3 @@ #!/bin/sh -ulimit -c 50000 CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@"