{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » Cara Mengatasi Fatal error: Allowed memory size
Cara Mengatasi Fatal error: Allowed memory size
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19205505 bytes) in /var/www/html/resto_1/system/core/Output.php on line 447
A PHP Error was encountered
Severity: Error
Message: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19205505 bytes)
Filename: core/Output.php
Line Number: 447
——–
EDIT file PHP.INI
—–
TUJU LINE : 393, edit file memory_limit = 128M menjadi 256 M
—–
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Filed under: 7. Operating System