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

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

notas a hacer

File size: 339 bytes
Line 
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
7# http://www.markghigliotti.com/2008/12/22/setting-up-prelink-and-preload-on-intrepid-ibex-810/
8
9    package { [ 'preload' ]: ensure => installed }
10
11}
12
Note: See TracBrowser for help on using the repository browser.