Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created April 11, 2014 13:52
Show Gist options
  • Save yuitest/10470657 to your computer and use it in GitHub Desktop.
Save yuitest/10470657 to your computer and use it in GitHub Desktop.
自縄自縛する!
#!/bin/sh
ulimit -c 0
ulimit -d 8
ulimit -l 64
ulimit -m 0
ulimit -n 100
ulimit -p 8
ulimit -s 120
ulimit -t 1
ulimit -v 30000
exec nice -n 20 $*
@yuitest
Copy link
Author

yuitest commented Apr 11, 2014

(さっき書いた Python のスクリプトがギリギリ動く)

@yuitest
Copy link
Author

yuitest commented Apr 11, 2014

OS X だとダイナミックページャが邪魔するので、 ulimit では制限できない…。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment