Date: Tue, 17 Jul 2001 10:32:45 +0200 From: Bernd Walter <ticso@mail.cicely.de> To: Dan <dphoenix@bravenet.com> Cc: John Baldwin <jhb@FreeBSD.ORG>, freebsd-hackers@FreeBSD.ORG Subject: Re: pagedaemon + vmdaemon Message-ID: <20010717103245.B3843@cicely20.cicely.de> In-Reply-To: <20010716163402.D48387-100000@gandalf.bravenet.com>; from dphoenix@bravenet.com on Mon, Jul 16, 2001 at 04:34:52PM -0700 References: <XFMail.010716130333.jhb@FreeBSD.org> <20010716163402.D48387-100000@gandalf.bravenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 16, 2001 at 04:34:52PM -0700, Dan wrote: > > ya it seems it is running into swap abit..... > hmmm watching apache with truss i see alot of error #35's > in the sys calls....what is that related to again? /usr/include/errno.h says: #define EAGAIN 35 /* Resource temporarily unavailable */ It is quite normal in some programdesigns. What you are looking for is either someone whoe sells you ram or find something that is missusing ram. Maybe you have enabled to much httpd processes in the config or some ugly (cgi/php) script running. We once had an customer which was using php and on starting of the script he initialised a very big bunch of tables... -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010717103245.B3843>