Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in C:\wamp\www\error.php on line 4

Wenn man eine besonders RAM-hungrige Anwendung entwickelt, kann einem schonmal diese Meldung über den Weg laufen: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in C:\wamp\www\error.php on line 4 Code: for($i = 0; $i < 999999999999; $i++) { $var[$i] = array(mt_rand(0,900) => mt_rand(0,100)); } Schuld daran ist die Einstellung […]


»Meta