~mnordhoff/loggerhead/cheezum

1
2
3
4
5
6
7
8
#!/bin/sh

# RSS, in KB
ulimit -m 300000
# Virtual memory, in KB
ulimit -v 500000

exec ./serve-branches "$@"