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
Unfortunately I don't use Windows (and not even PHP anymore...), so I can only guess: the problem relies on the memory that the php process uses and it's not enough. There should be a way to tell PHP to use as much memory as it needs, without limit (the allowed mentioned there).
After running ffexp2html.php on my json file, the error written in the html file is:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 38719055 bytes) in C:\xampp\php\ffexp2html.php on line 197
Running XAMPP 5.6.3 with PHP 5.6.3 on a Windows 7 machine. Is this something I can fix?
The text was updated successfully, but these errors were encountered: