Locked History Actions

Diff for "BaseSoftware"

Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2013-01-11 09:20:17
Size: 957
Editor: akrevl
Comment:
Revision 9 as of 2013-02-16 06:52:44
Size: 1136
Editor: akrevl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 
== Base software ==
Line 9: Line 11:
  * ganglia-gmond
Line 19: Line 22:
  * BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)   * !BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)
Line 25: Line 28:

== Kernel parameters for big memory machines ==

{{{
#/etc/sysctl.conf

vm.overcommit_ratio = 100
vm.overcommit_memory = 2
}}}

Stuff that should be running on every server...

Base software

Kernel parameters for big memory machines

#/etc/sysctl.conf

vm.overcommit_ratio = 100
vm.overcommit_memory = 2