Page 1 of 1

nuSOAP allocation memory problem

Posted: Tue Aug 08, 2006 9:50 pm
by patlap
I'm having memory allocation problems with the new beta v. 1.0-beta4 ;

Code: Select all

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311258 bytes) in /var/www/html/site/modules/nuSOAP/classes/nusoap.php on line 6242
I looked at this file with this line of code and aroind it and I can't find the place to set this.

Re: nuSOAP allocation memory problem

Posted: Wed Aug 09, 2006 5:10 am
by cyberman
The message is not a problem from module, it's a problem with memory usage of cmsms.

If I'm right the memory default of your host is 8 MB but cmsms needs a lot more. 12 - 16 MB are suggested.

A little trick could be to deinstall and delete unused modules and tags.

You can also try to set a .htaccess file in your cmsms root with

Code: Select all

php_value memory_limit 16M
inside. But the problem could be not every server/ host has set AllowOverwrite to On in httpd.