Date: Thu, 06 Nov 2003 22:52:40 -0500 From: Scott W <wegster@mindcore.net> To: "Michael R. Jacalan" <jacalanm@team.ph.inter.net> Cc: freebsd-questions@freebsd.org Subject: Re: kernel: ENOMEM Message-ID: <3FAB1708.8080504@mindcore.net> In-Reply-To: <000a01c3a4e1$ac0c7400$fe01a8c0@JMICH> References: <000a01c3a4e1$ac0c7400$fe01a8c0@JMICH>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FAB1708.8080504>