~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to serve-branches.sh

  • Committer: Matt Nordhoff
  • Date: 2009-12-11 16:52:18 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20091211165218-3loao7rt4c3vsalr
Bump the ulimits now that cheezum is a 540.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
# 250,000 KB RSS
4
 
ulimit -m 250000
5
 
# 450,000 KB virtual memory
6
 
ulimit -v 450000
 
3
# 400,000 KB RSS
 
4
ulimit -m 400000
 
5
# 550,000 KB virtual memory
 
6
ulimit -v 550000
7
7
 
8
8
exec ./serve-branches "$@"