Rev | Line | |
---|
[227] | 1 | class 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/ |
---|
[233] | 9 | # https://wiki.koumbit.net/DisksPerformance |
---|
| 10 | #http://rudd-o.com/en/linux-and-free-software/tales-from-responsivenessland-why-linux-feels-slow-and-how-to-fix-that |
---|
| 11 | # |
---|
[228] | 12 | |
---|
[227] | 13 | package { [ 'preload' ]: ensure => installed } |
---|
| 14 | |
---|
| 15 | } |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.