php memory

Hello, this core installer said:
PHP Memory Limit 77 MB - We recommend setting memory to at least 128MB .

but server stats says: PHP Memory : 82.46 MB of 805306368 (

but thim core installer won’t work :frowning: … so what to do?

regards

Norbert

For security reasons, PHP has a configured memory limit. It won’t automatically use all of your available memory.

You’ll need to contact your web host and ask them to increase PHP’s memory limit to at least 128 MB.

I have done it and my memory limit is at least 512 MB …

Unfortunately if the installer still shows a memory limit of 77 MB, then the memory limit has not been correctly increased.

If this is a VPS or cloud server, you may need to restart the web server before the new limit is applied.

If it’s a shared server, some web hosting providers allow you to personally override some PHP values.

To do that, just create a .htaccess file in the root folder of your website on the web server (or modify the file, if you already have one) and add this line:

php_value memory_limit 256M

(or put 512M instead of 256M)

1 Like

Thank’s a lot.
This is what the php.ini shows on my server:
256 MB


The last one is php 7.2 …
What to do??
Regards

So now the memory limit is 256M, this means the installer you mentioned in the beginning should work.

You can also contact for support the author of the script you are trying to install. Here is how to contact the developer: https://help.market.envato.com/hc/en-us/articles/203039054