Re: Memory Question
From: Gregor Mosheh (stigmata_blackangel_at_yahoo.com)
Date: 01/13/05
- Previous message: Bryan Fullerton: "Re: Memory Question"
- In reply to: Colin J. Raven: "Memory Question"
- Next in thread: Colin J. Raven: "Re: Memory Question"
- Reply: Colin J. Raven: "Re: Memory Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Jan 2005 12:28:05 -0800 (PST) To: "Colin J. Raven" <colin@kenmore.kozy-kabin.nl>, FreeBSD Questions <freebsd-questions@freebsd.org>
> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Bryan Fullerton: "Re: Memory Question"
- In reply to: Colin J. Raven: "Memory Question"
- Next in thread: Colin J. Raven: "Re: Memory Question"
- Reply: Colin J. Raven: "Re: Memory Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|