I have been hitting my head against a wall for a couple of days now. One of our sites has thousands of concurrent users but I have been unable to get the nginx & mysql to use available memory and CPU resources.
So far mysql only seems to use 1 of the 8 cores available and nginx is even worse. How can I set them up to use the maximum available resources?
I have modified ulimits and mysql config files for hours without much effect.