Tweak B3 for better performance

From BubbaWiki
Revision as of 11:28, 28 December 2010 by Asad (talk | contribs) (Created page with 'Tweak B3 for better performance<br> The following changes could make your B3 more stable however there are no guarantees for that.<br> Many users have reported that it helps.<b...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tweak B3 for better performance

The following changes could make your B3 more stable however there are no guarantees for that.

Many users have reported that it helps.

You should watch your syslog and always make a backup before any such change.

Moving the cron jobs:

To do that, log into B3 via a shell and become root. Then issue:

mv /etc/cron.d/bubba-horde /root/

and

mv /etc/cron.d/bubba-notify /root/

To move the jobs out. And to restore them:

mv /root/bubba-horde /etc/cron.d/
mv /root/bubba-notify /etc/cron.d/

This should make B3 overall more stable, samba loading, etc.

Increasing the virtual memory size might also help:

nano /etc/sysctl.conf

Add the line below:

vm.min_free_kbytes = 8192

reboot