-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a 'system_sysctl' parameter to Redis class.
This parameter is disabled (false) by default, but when enabled sets the vm.overcommit_memory=1 sysctl setting on the Linux server. In order to set this sysctl setting the sysctl module must be available. The sysctl module required dependency was added to the Modulefile file. The README.md file was updated to state how to use the 'system_sysctl' parameter. Some grammar changes.
- Loading branch information
Tehmasp Chaudhri
committed
Feb 19, 2014
1 parent
e4c8cb7
commit 6310d8d
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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