dg9vh / YSFReflector-Dashboard

Dashboard for YSFReflector (by G4KLX)
Creative Commons Zero v1.0 Universal
35 stars 35 forks source link

Error appear when visit by web client "PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" #38

Closed bi7jta closed 10 months ago

bi7jta commented 10 months ago

Hi , I got an error , for running the YSFReflector long time, as follow.

Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/ysf/include/functions.php on line 198

image

image

I will try the follow method to reduce the http require memory spend.

image

bi7jta commented 10 months ago

Fixed:

add to 256MB

memory_limit = 256M

then work.

systemctl restart apache2.service