phpphp-5.6flarum

PHP Memory Error error? Installing Flarum


I am getting the following error when I run setup for Flarum

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in **[redacted]/flarum/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php** on line 497

This is not making any sense to me... its been a long time sense I used php but this makes no sense doesn't that mean that php has 33554432 bytes available and it tried to use 64 bytes and couldn't...


Solution

  • Turned out to be the age old give it more ram in the end. Though I did have memory leaks on the server so restarting helped me know it was not the amount of ram actually available to the system that was the issue.