geekvenue.net

Welcome to Chucktips Hardware HELP WITH DEAD OS Installing FreeBSD Miscellaneous
 faq
 search
 add article
 cool-stuff
 how-to
 main
 tips


TIP: Save memory
Performance Issues Posted by Jason on Wednesday May 09, @07:23PM
from the warp-factor dept.
If you have installed FreeBSD to use as a workstation and don't plan on hosting any services, you can save some memory and in turn increase your performance by turning off some of the default services in your /etc/rc.conf file.

By default FreeBSD does not have as many services installed and running as other unix clones, but here is what I have added to the /etc/rc.conf file on my laptop to conserve memory. Login as root and use ee or vi to modify the file.

sendmail_enable="NO"
inetd_enable="NO"
cron_enable="NO"
syslog_enable="NO"


Checkout the softupdates tip to learn how to further increase your system performance.

<  |  >

 

Related Links
  • Articles on Performance Issues
  • Also by Jason
  • Contact author

    If you have ever wanted to learn about Cisco Routers, check out my new book "Cisco Routers for the Small Business" - it's Cisco CLI for the Regular Guy!

  • Sponsors

    The Fine Print: The following comments are owned by whoever posted them.
    ( Add a Reply )

    Re: TIP: Save memory
    by Marc Lafortune on Thursday October 10, @08:59PM
    On newer version of FreeBSD, between 4.3 and 4.6.2 a change has been made to the sendmail_enable configuration. To shutdown sendmail completly you must put sendmail_enable="NONE" instead of "NO". If you don't, sendmail will still start the queue runner process. This change has been done to accomodate a new design in sendmail.
    [ Add a Reply to this ]
    The Fine Print: The following comments are owned by whoever posted them.
    ( Article Reply )

    "You never know how many friends you have until you own a Condo on the beach." -- Jason's Postulate

    Powered by Zope  Powered by Apache  Squishdot Powered
    All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest ©2001 Jason Neumann.
    [ main | post article | search ]