by spender » Sat May 14, 2016 4:20 pm
In 4.5 for whatever reason, upstream Linux decided to reinterpret completely what various resource limits are supposed to apply to, essentially setting up any application setting these limits itself to be broken unless modified (so much for not breaking userland). So of course what I anticipated when this change went through is starting to happen. Unless they revert it, you'll need to update to newer versions of that software that can detect the kernel version and set its resource limits appropriately. The log you see is their current warning -- it'll be turned into an actual denial in some unknown future kernel version.
-Brad