Allowed memory size of xxx bytes exhausted

Just a quick note. I caused this bug by mistakenly updating the php 7.2 cli ini memory limit from “-1” to 512M as recommended.

In short
/etc/php/cli/php.ini had -1 for memory limit, and it should stay that way
Returning the setting back to -1 this error went away.

3 Likes