Skip to content

Commit de00a53

Browse files
committed
Increase limits
1 parent 36cba34 commit de00a53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/stack-composed

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
ulimit -n 65536
4+
ulimit -s unlimited
5+
36
# run script in Linux environment
47
SOURCE=$(dirname $(dirname "${BASH_SOURCE[0]}"))
58
exec python3 "$SOURCE/stack_composed/stack_composed_main.py" "$@"

0 commit comments

Comments
 (0)