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
Command line to check ini:
$ php -r "echo ini_get('memory_limit');"