euler icon indicating copy to clipboard operation
euler copied to clipboard

PHP solution 14 error

Open kalisjoshua opened this issue 11 years ago • 1 comments

PHP - Project Euler Problem 014

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45
PHP Stack trace:
PHP   1. {main}() /Users/jkalis/Pro/github/euler/php/euler014.php:0
PHP   2. genChain() /Users/jkalis/Pro/github/euler/php/euler014.php:66

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45

Call Stack:
    0.0005     236632   1. {main}() /Users/jkalis/Pro/github/euler/php/euler014.php:0
    2.4592  133287440   2. genChain() /Users/jkalis/Pro/github/euler/php/euler014.php:66

make: *** [php] Error 255

kalisjoshua avatar Sep 10 '13 01:09 kalisjoshua

Hmm... These work on my computer. What's the following show you from a command line? php -v

joetech avatar Sep 10 '13 03:09 joetech