about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_apps b/test_apps
index a2c92d5c..3552971b 100755
--- a/test_apps
+++ b/test_apps
@@ -25,6 +25,9 @@ export OS=${OS:-linux}
 
 echo "== translating and running using C++"
 
+# increase stack
+ulimit -S -s 131072  # 128MB
+
 # example programs
 
 echo ex1