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
Checking on command line:
php -i | grep "memory_limit"