php -f run.php
PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 12288 bytes)
php -i | grep memory_limit
memory_limit => -1 => -1
php -d memory_limit=512M -f run.php
PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 12288 bytes)
free -m
total used free shared buffers cached
Mem: 24576 12659 11916 892 0 11652
-/+ buffers/cache: 1006 23569
Swap: 0 0 0