Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php Hi, In my php page, I got the error as follows, Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) I tried to set memory limit using ini_set('memory_limit', '128M'); But still I got the error. Any help would be really appreciated. 回答1: 128 megabytes is 134,217,728 bytes. You've used