Scroll untuk baca artikel
Tips & TricksTutorial

Fatal error solution: Allowed memory size of 33554432 bytes exhausted

176
×

Fatal error solution: Allowed memory size of 33554432 bytes exhausted

Sebarkan artikel ini
tutorial
tutorial

The process of updating in WordPress sometimes make a bit – degan, there is just a problem either in CMSnya own, theme, or even plugin. As happens in friends’ blogs that appear error messages like the following:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /home/asf/public_html/wp-includes/functions.php on line 547

This emerges in Webuzo and PHP means to run out of memory so that the process fails to run. Though this uses VPS with RAM is quite relieved, its size is 1GB. So still able if improved again. The solution? The easiest is to change the limit of RAM that PHP can use in the php.ini file, its location depends on your server settings. To edit it better through control panel if possible, otherwise you have to access the server. Later in the PHP configuration will find the following options:

memory_limit = 128M

The value can be different, but please replace it higher. Here I change from 32MB to 128MB. For example you are using shared hosting then alternatively you can use the method .htaccess file, add the following code:

php_value memory_limit 64M

If here is instructed that HP is given a memory card of 64MB. Please modify at will but not necessarily web hosting you let lho if too high.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

Situs ini menggunakan Akismet untuk mengurangi spam. Pelajari bagaimana data komentar Anda diproses.

Verified by MonsterInsights