Page 1 of 1

Memory exhausted [resolved not a TL issue]

Posted: Fri Jul 01, 2011 9:08 am
by snowwhite123
I tried importing xml testcases into testlink but Im getting this error :-
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10 bytes) in /var/www/testlink/lib/functions/object.class.php on line 253

I ll be highly obliged if you can help me with this problem.

Re: Memory exhausted

Posted: Sat Jul 02, 2011 1:46 am
by TurboPT
That's a PHP error message -- not a TestLink problem, per se, as the install recommends/suggests a higher memory setting. (which was mentioned at the installation screen)

Are you able to access the server's php.ini file?
If so, what is the value of 'memory_limit' in that file?
Also, try to at least double the current setting. After making the adjustment, restart the web server to apply the change.

For reference, here's the setting in my php.ini file:

Code: Select all

memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)

Re: Memory exhausted

Posted: Mon Jul 04, 2011 7:50 am
by snowwhite123
Ohh.. Thnq soo much.Itz working now... :)