12.07.2014, 09:43
Quote:
You said you are using pqueries, weren't you? Try using tqueries instead, this should lower the performance (and thus CPU usage). Also disable parallel queries (by setting the pool_size parameter in mysql_connect to '0'). If this still doesn't help, I'll try to compile a special version for you (with some performance adjustments of course).
|