thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

Problem with memory #199

Open eriktobben opened 6 years ago

eriktobben commented 6 years ago

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.