We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cba34 commit de00a53Copy full SHA for de00a53
1 file changed
bin/stack-composed
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+ulimit -n 65536
4
+ulimit -s unlimited
5
+
6
# run script in Linux environment
7
SOURCE=$(dirname $(dirname "${BASH_SOURCE[0]}"))
8
exec python3 "$SOURCE/stack_composed/stack_composed_main.py" "$@"
0 commit comments