Date: Thu, 13 Jan 2005 12:28:05 -0800 (PST) From: Gregor Mosheh <stigmata_blackangel@yahoo.com> To: "Colin J. Raven" <colin@kenmore.kozy-kabin.nl>, FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Memory Question Message-ID: <20050113202805.47115.qmail@web53802.mail.yahoo.com> In-Reply-To: <20050113204937.D802@kenmore.kozy-kabin.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
> Is there something I can do in order to "optimize" - > which in this case > paradoxically would seem to mean "reduce" the amount > of free memory? The simple answer is: "Use it!" Exactly how depends on what you're running. Basically, check the docs for all the stuff your server is running and see what you can do to throw more memory at it. A lot of software has docs about performance tuning, and its memory usage (and performance) can usually be cranked up. If you're using a database server, check the DB's config file (postgresql.conf or my.cnf) and allocate a bunch of memory to buffers. If you're running Apache, you can increase the spare servers; if your Apache runs Perl CGI programs, you could consider using mod_perl. __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050113202805.47115.qmail>