Possible duplicate: Theallowed memory size of 33554432 bytes has been exhausted (tried to allocate 43148176 bytes) in php
Hi,
On my php page, I got the following error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes)
I tried to set a memory limit with ini_set('memory_limit', '128M');
ini_set('memory_limit', '128M');
But still I got an error.
Any help would be really appreciated.
128 megabytes - 134,217,728 bytes. You used this memory. You either need to set a limit higher (if you can, I don't know if PHP will allow this), or just use less memory in your code.
, ? , , ( -1, ) - . , , . "dummy" , .
Source: https://habr.com/ru/post/1763944/More articles:The syntax for link_to with a block in rails3 is with: remote => true and including: class and: id - ruby-on-rails-3Scala Swing Date Picker - scalaMy Rails 3 site does not start on Ubuntu / Apache2 / Passenger - ruby-on-railsHow to stop a setter exposed to web services? - c #zend headtitle with zend_navigation - phpIs it possible to run one application in both Android and iphone - androidProblem with SQL Server - sql-serverHow to display superscript text for textview in android - androidJavaScript for password verification - javascriptПолучить предупреждение для строковых литералов python, не имеющих префикса 'u' - pythonAll Articles