summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryellow <yellow@10gen.com>2008-06-08 20:41:43 +0000
committeryellow <yellow@10gen.com>2008-06-08 20:41:43 +0000
commit800f84ed59825b1cfa08864bec18998177fa13a0 (patch)
treec558d37fe92206a266a611194c4ff5d1ce55ee66
parent343ce211106066bbf695982c1fbb04df6fffc6d5 (diff)
downloadmongo-800f84ed59825b1cfa08864bec18998177fa13a0.tar.gz
fix core dump stuff
-rw-r--r--bin/run.tcsh4
1 files 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
+