summaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rwxr-xr-xall2
1 files changed, 1 insertions, 1 deletions
diff --git a/all b/all
index 039f6095..86f38ac1 100755
--- a/all
+++ b/all
@@ -1,7 +1,7 @@
make -s -j
cd testes/libs; make -s
cd .. # back to directory 'testes'
-ulimit -S -s 1000
+ulimit -S -s 1100
if { ../lua -W all.lua; } then
echo -e "\n\n final OK!!!!\n\n"
else