your applications are requesting more resources than is allowed by the limits set in your system. These limits are set in: `/etc/security/limits.conf` (on Debian, at least).
You can also print current limits using:
ulimit -a
This is what I have in my `/etc/security/limits.conf`:
* - memlock 256
* - nice -20
After changing the limits, you will probably have to log out, or maybe restart for the new values to take effect.