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

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

optimizacion de ubuntu

File size: 242 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    package { [ 'preload' ]: ensure => installed }
8
9}
10
Note: See TracBrowser for help on using the repository browser.