SilverCart Forum

We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?

You can help us helping you by providing detailed error messages, screenshots and logfile entries.

SebastianRamon

Page: 1
Topic Fatal error: Allowed memory size exhausted 2185 Views

Fatal error: Allowed memory size exhausted

20 March 2012 at 11:38pm Last edited: 21 March 2012 11:22pm

No chance installing it.

I've spend all last night on trying - what a headbanger !!!

Server offers 92M mem max.

php_value memory_limit 64M into " .htaccess " --> didn't work

which "_config.php" could solve the problem?
to use: ini_set('memory_limit', '64M');

There is no access to php.ini.

I had working once by luck 2 weeks ago, but i used the wrong directory.

Now trying to re-install the same version (fresh from scratch) into a new directory
and using a new database seems to be impossible.

For any hints, I would be very grateful.

Thank you so far.

Re: Fatal error: Allowed memory size exhausted

21 March 2012 at 8:19am Last edited: 21 March 2012 8:26am

Hi Tmails,

can you please verify the current memory limit by checking the output of phpinfo()? This way you can see if raising the memory limit actually worked.

Unfortunately the dev/build-process during installation is quite hungry for memory and not every garden variety hosting offer meets the requirements.

Cheers
Ramon

PS: Do you mean that your server has a total of 92M free memory available? Depending on the Apache configuration and whether it's threaded or not that might not be enough to serve the concurrent requests expected in a production environment.

Re: Fatal error: Allowed memory size exhausted

21 March 2012 at 6:47pm Last edited: 22 March 2012 1:45am

Hello Ramon,

thank you for your fast response.

My current installation will not work below 72M.

Originally during the installation the setting was to 92M (max).

Now I went down to 72M which is still too high for my contract.

According to what I gathered, there seems to be no trick to get
it working on this server properly. I will have to change providers.

Let's see what the future brings...

Thanks.