Created
October 9, 2009 04:22
-
-
Save superfeedr/205703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# set memory limit to 250MB | |
exec 2>&1 | |
exec chpst -m 262144000 /usr/bin/env chef-client -i 1800 -s 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment