You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate one signature but get the following error:
Allowed memory size of 268435456 bytes exhausted (tried to allocate 112190401 bytes).
It is the following line:
imagefill($img, 0, 0, $bg);
If I keep reloading it will eventually work.
Do anyone know what can cause this issue?
My php.ini file is set to 128M.
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to generate one signature but get the following error:
Allowed memory size of 268435456 bytes exhausted (tried to allocate 112190401 bytes).
It is the following line:
imagefill($img, 0, 0, $bg);
If I keep reloading it will eventually work.
Do anyone know what can cause this issue?
My php.ini file is set to 128M.
The text was updated successfully, but these errors were encountered: