kernel: ENOMEM

Scott W wegster at mindcore.net
Thu Nov 6 19:52:54 PST 2003


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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at 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




More information about the freebsd-questions mailing list