From owner-freebsd-hackers Tue Jul 17 9: 4:34 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id BD85637B406 for ; Tue, 17 Jul 2001 09:04:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.4/8.11.2) with ESMTP id f6HG4Rv88578; Tue, 17 Jul 2001 09:04:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010716163402.D48387-100000@gandalf.bravenet.com> Date: Tue, 17 Jul 2001 09:04:32 -0700 (PDT) From: John Baldwin To: Dan Subject: RE: pagedaemon + vmdaemon Cc: freebsd-hackers@FreeBSD.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 -- 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