From 800f84ed59825b1cfa08864bec18998177fa13a0 Mon Sep 17 00:00:00 2001 From: yellow Date: Sun, 8 Jun 2008 20:41:43 +0000 Subject: [PATCH] fix core dump stuff --- bin/run.tcsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run.tcsh b/bin/run.tcsh index 7f0bd6c5973..f2fd2ef8de6 100644 --- a/bin/run.tcsh +++ b/bin/run.tcsh @@ -1,5 +1,5 @@ -limit coredumpsize 1000000 +limit coredumpsize 200m while ( 1 == 1 ) @@ -14,4 +14,4 @@ while ( 1 == 1 ) ./db/db run >& log/run.log sleep 2 end - \ No newline at end of file +