[openib-general] low number of CQ entries allowed

Roland Dreier roland at topspin.com
Sat Jun 4 13:50:19 PDT 2005


Ah, I know what's happening -- the latest uverbs code now correctly
checks against the user's limits on locked memory.  I suspect if you
do "ulimit -l" you'll see a relatively low number like "32".

If you're running as root you should just be able to raise your ulimit
by doing "ulimit -l unlimited".  For regular users, your probably have
to edit /etc/security/limits.conf to add a line like

    * soft memlock 32000

(And you may have to do some fiddling to get it to work with ssh
login, eg https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115442)

 - R.



More information about the general mailing list