Locked History Actions

Diff for "BaseSoftware"

Differences between revisions 7 and 14 (spanning 7 versions)
Revision 7 as of 2013-01-11 09:20:32
Size: 958
Editor: akrevl
Comment:
Revision 14 as of 2013-02-20 21:42:13
Size: 1334
Editor: akrevl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 
== Base software ==
Line 7: Line 9:
    * p7zip from EPEL does NOT include RAR support which we need
    * Use RPMs from /afs/cs/group/infolab/software
Line 9: Line 13:
  * ganglia-gmond
Line 10: Line 15:
  * Nose ()
  * Numpy (http://www.numpy.org/)
Line 11: Line 18:
  * Numpy (http://www.numpy.org/)
Line 25: Line 31:

== User assignments ==

 * sudo users:
  * akrevl, rok, jure

== 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

User assignments

  • sudo users:
    • akrevl, rok, jure

Kernel parameters for big memory machines

#/etc/sysctl.conf

vm.overcommit_ratio = 100
vm.overcommit_memory = 2