Date: Tue, 17 Jul 2001 09:04:32 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Dan <dphoenix@bravenet.com> Cc: freebsd-hackers@FreeBSD.org Subject: RE: pagedaemon + vmdaemon Message-ID: <XFMail.010717090432.jhb@FreeBSD.org> In-Reply-To: <20010716163402.D48387-100000@gandalf.bravenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16-Jul-01 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? From sys/errno.h: /* non-blocking and interrupt i/o */ #define EAGAIN 35 /* Resource temporarily unavailable */ Check the syscall in question to see what resource you are running out of. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ 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?XFMail.010717090432.jhb>