I\'m need to check if memory_limit is at least 64M in my script installer. This is just part of PHP code that should work, but probably due to this
memory_limit
64M
If you are interested in CLI memory limit:
cat /etc/php/[7.0]/cli/php.ini | grep "memory_limit"
FPM / "Normal"
cat /etc/php/[7.0]/fpm/php.ini | grep "memory_limit"