Messages in this thread |  | | Date | Mon, 24 Sep 2001 23:03:46 +0200 | From | Jacek Popławski <> | Subject | Re: __alloc_pages: 0-order allocation failed |
| |
On Mon, Sep 24, 2001 at 08:12:20AM -0300, Marcelo Tosatti wrote: > Jacek, > > You had available swap when the VM started to kill processes ?
Application eats whole memory, then started using swap, when swap used is 10MB kernel starting to cry:
[root@localhost /root]# free total used free shared buffers cached Mem: 320616 317348 3268 0 120 304096 -/+ buffers/cache: 13132 307484 Swap: 104380 10208 94172 [root@localhost /root]# free total used free shared buffers cached Mem: 320616 318932 1684 0 136 305372 -/+ buffers/cache: 13424 307192 Swap: 104380 10072 94308 [root@localhost /root]# __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) from c0126c2e free total used free shared buffers cached Mem: 320616 318884 1732 0 128 305636 -/+ buffers/cache: 13120 307496 Swap: 104380 10204 94176 [root@localhost /root]# __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) from c0126c2e VM: killing process donkey_s free total used free shared buffers cached Mem: 320616 318732 1884 0 116 305480 -/+ buffers/cache: 13136 307480 Swap: 104380 9312 95068
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |