Well, basically, that means you have too low memlock limit setting in your OS. This can be easily fixed in two steps:
1) Edit /etc/security/limits.conf file and add to the end:
- * hard memlock unlimited
- * soft memlock unlimited
2) Add a line in the /etc/pam.d/common-session ...