Hello everyone. Maybe someone can tell me where to dig.
Recently, errors like
Fatal Error: Out of memory (allocated 112578560 bytes) (tried to allocate 20480 bytes)
The error appears on the main forum page at random times.
At the same time, all limits have long been increased:
![[x******.info]_1740850934303.webp [x******.info]_1740850934303.webp](https://xenforo.com/community/data/attachments/318/318568-e7df63f27e5f22c4b382fe97f50f9060.jpg?hash=n1O-s0X8ZW)
When communicating with the hosting provider, I received the following answer:
At the specified time, PHP processes occupied more than 900 MB of RAM:
Upload all images and files only to our server!
For the Host tariff plan, it is impossible to use more than 1 GB of RAM per process.
I want to add that it is generally strange that at the moment of observing the problem (for example now):
Fatal error: Out of memory (allocated 113246208 bytes) (tried to allocate 20480 bytes) in /var/www/u0513784/data/www/politsim.ru/src/addons/ThemeHouse/Nodes/Repository/NodeStyling.php on line 178
Only 3 PHP handlers are running under your user:
u0513784 599 2.0 0.0 615780 88532 ? S 18:45 0:35 /opt/php/8.3/bin/php-cgi
u0513784 17896 3.0 0.0 1471896 86076 ? S 18:45 0:51 /opt/php/8.3/bin/php-cgi
u0513784 20948 1.7 0.0 516984 54564 ? S 19:12 0:01 /opt/php/8.3/bin/php-cgi
Within the virtual hosting, you can launch up to 8 handlers, each of which can consume up to 1 GB of RAM.
In your case, it turns out that the site scripts create 1 PHP process that runs into the 1 GB memory limit, while you still have available resources. I recommend discussing this issue with the site developer or on thematic forums, perhaps the problem can be solved by optimizing how the site uses hosting resources.
Maybe someone can tell me where to look for what?
Recently, errors like
Fatal Error: Out of memory (allocated 112578560 bytes) (tried to allocate 20480 bytes)
The error appears on the main forum page at random times.
At the same time, all limits have long been increased:
![[x******.info]_1740850934303.webp [x******.info]_1740850934303.webp](https://xenforo.com/community/data/attachments/318/318568-e7df63f27e5f22c4b382fe97f50f9060.jpg?hash=n1O-s0X8ZW)
When communicating with the hosting provider, I received the following answer:
At the specified time, PHP processes occupied more than 900 MB of RAM:
Upload all images and files only to our server!
For the Host tariff plan, it is impossible to use more than 1 GB of RAM per process.
I want to add that it is generally strange that at the moment of observing the problem (for example now):
Fatal error: Out of memory (allocated 113246208 bytes) (tried to allocate 20480 bytes) in /var/www/u0513784/data/www/politsim.ru/src/addons/ThemeHouse/Nodes/Repository/NodeStyling.php on line 178
Only 3 PHP handlers are running under your user:
u0513784 599 2.0 0.0 615780 88532 ? S 18:45 0:35 /opt/php/8.3/bin/php-cgi
u0513784 17896 3.0 0.0 1471896 86076 ? S 18:45 0:51 /opt/php/8.3/bin/php-cgi
u0513784 20948 1.7 0.0 516984 54564 ? S 19:12 0:01 /opt/php/8.3/bin/php-cgi
Within the virtual hosting, you can launch up to 8 handlers, each of which can consume up to 1 GB of RAM.
In your case, it turns out that the site scripts create 1 PHP process that runs into the 1 GB memory limit, while you still have available resources. I recommend discussing this issue with the site developer or on thematic forums, perhaps the problem can be solved by optimizing how the site uses hosting resources.
Maybe someone can tell me where to look for what?