[Bug 458299] Re: apparmor_parser: page allocation failure. order:5

John Johansen john.johansen at canonical.com
Mon Mar 29 15:55:42 UTC 2010


there are a couple things going on here.  The batch update recompiles the policy which is cpu intensive, more so as multiple profiles are being done in parallel.  Once done, the compiled policy is cached in /etc/apparmor.d/cache/
We have discussed dropping the parallel compute part which would help reducing the load, and memory consumption

to replicate the compile load do
> sudo rm /etc/apparmor.d/cache/*
> sudo /etc/init.d/apparmor reload

The memory error message is simple bug where the __NO_WARN flag got
missed on the fast path of a memory allocation, that falls back to a
slower vmalloc when it fails.

The perpetual effect being reported by Johan is another bug that I
haven't been able to rule out as being related to this bug yet.

-- 
apparmor_parser: page allocation failure. order:5
https://bugs.launchpad.net/bugs/458299
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list