php-fpm exploding

wakon5544

Active member
hello guys my xf version 2.1.4

This is the case when I request 500 pages with fiddler

odaGgk.png


php configurations like this

r0aWQN.png

M1bNEQ.png


MACHINE INFORMATION

32 gb ram
8 proccess
disk nvme

pleks onyx & obsidan same

5gb database
 
I do not use cache system. I don't understand what you mean about mysql. I do not know.

In SSH run "mysqladmin proc". It will show what the database is doing. I'm betting php-fpm is piling up because the database can't keep up.

I don't really understand what your problem is though. What kind of resources do you have here? 500 simultaneous page loads is a good many. What arbitrary number are you looking to be able to achieve?
 
Oh and for the love of all things holy, please lower memory_limit to something sane like 128M or 256M. 4GB is just asking for trouble.
 
That CPU is only a 2GHz CPU so it looks like you're getting full access to 8 cores, but even 8 cores of that CPU are far behind a low-end Xeon like a E-2224 or older E3-12xx series CPUs that you can get in cheap dedis. If you want to be able to handle this traffic it looks like you should get a higher-end VPS or step up to a dedi.

EDIT: A xeon E-2236 for example would have about 5x the power of this.
 
Top Bottom