MySQL Forums
Forum List  »  Performance

Re: large-pages variable set but mysql doesn't use huge pages
Posted by: Clint Byrum
Date: April 24, 2008 12:19PM

I had no luck using limits.conf for mysqld. I had to explicitly run 'ulimit -l unlimited' before starting it to get the memory lock limit to stick.

Maybe run 'ulimit -l 2068480' before?

Also, do you know how much RAM its trying to allocate/lock? 2068480k is less than 2G, and your shmmax is set to 4G, so if InnoDB wants more than 4GB, its still going to get denied access to that.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.