From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 19:52:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1F216A4CE for ; Thu, 6 Nov 2003 19:52:53 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE3C43FF5 for ; Thu, 6 Nov 2003 19:52:53 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hA73qnZO011059; Thu, 6 Nov 2003 22:52:50 -0500 (EST) Message-ID: <3FAB1708.8080504@mindcore.net> Date: Thu, 06 Nov 2003 22:52:40 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael R. Jacalan" References: <000a01c3a4e1$ac0c7400$fe01a8c0@JMICH> In-Reply-To: <000a01c3a4e1$ac0c7400$fe01a8c0@JMICH> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: kernel: ENOMEM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 03:52:54 -0000 Michael R. Jacalan wrote: >Hello, > >What could be causing this... (excerpts from /var/log/messages) ? I am running 5.0-RELEASE on this box. > >Nov 7 10:46:21 hostname kernel: ENOMEM 0xcae7c180 on 0xcadb7400(ad0s1) >Nov 7 10:46:21 hostname kernel: ENOMEM 0xcb342700 on 0xcadb7400(ad0s1) >Nov 7 10:46:21 hostname kernel: ENOMEM 0xcb342080 on 0xcadb7400(ad0s1) >Nov 7 10:46:21 hostname kernel: ENOMEM 0xcb342580 on 0xcadb7400(ad0s1) >Nov 7 10:46:21 hostname kernel: ENOMEM 0xcb342e80 on 0xcadb7400(ad0s1) > >Thanks. > >Mich >_______________________________________________ >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" > > > ENOMEM should be returned when an attempt to allocate memory fails. It's reported via the kernel because ultimately, memory allocation goes through the kernel/system calls. What are your system specs, RAM, typical processes being run, output of top or memory usage summary etc? Are you running anything 'unusual'- Java tends to be a bit of a hog, databases, or learning to program? Scott