source: trunk/puppet/manifests/classes/ubuntu-optimizacion.pp @ 230

Last change on this file since 230 was 230, checked in by sebas, 15 years ago

todo add prelink

File size: 349 bytes
RevLine 
[227]1class ubuntu::optimizacion {
2
3#    package { [ 'autossh', 'iftop', 'dstat' ]: ensure => installed }
4# sudo sysctl vm.swappiness=5
5# sudo su -c 'echo vm.swappiness=5 >> /etc/sysctl.conf'
6
[230]7# prelink
[228]8# http://www.markghigliotti.com/2008/12/22/setting-up-prelink-and-preload-on-intrepid-ibex-810/
9
[227]10    package { [ 'preload' ]: ensure => installed }
11
12}
13
Note: See TracBrowser for help on using the repository browser.