Hello,
I recently switched my Osclass website from the Zeta theme to the Eta theme, and since then I've noticed a significant increase in PHP-FPM processes and memory usage.
My server is a 6 GB Contabo VPS running PHP 8.3 with MariaDB.
Here is what I've observed:
Before switching to Eta, the server memory usage was noticeably lower.
After enabling Eta, PHP-FPM keeps around 29 worker processes running, each using approximately 100–110 MB of RAM.
MariaDB uses around 600 MB, which seems normal.
There is almost no real visitor traffic on the website.
The PHP-FPM pools are configured with pm = dynamic and pm.max_children = 16, but this configuration has not changed—only the theme has.
I also receive a lot of spam submissions through the contact form, but I'm not sure whether this is related to the Eta theme or just a coincidence.
Has anyone experienced higher PHP memory usage after switching to the Eta theme?
Are there any known issues, recommended settings, or specific Eta features that could keep PHP-FPM workers active or increase memory consumption?
Thank you in advance for any suggestions.