I have a web server which is quite heavy on the mysql server:
Here is a graph of questions being executed on the database:

Is there a way to increase the max questions allowed? You see how the graph tops off and stays around 5K while the web server is active?
Yes, other things are being done on the code side of things, just wondering what we can do in my.cnf. All tables are already being served from /dev/shm.
Thanks!
mysqltunner.plfor example? Have you collect any cpu/ram/io stats? – Zoredache Sep 13 '12 at 5:34