Memory exhausted [resolved not a TL issue]

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
snowwhite123
TestLink user
Posts: 3
Joined: Fri Jul 01, 2011 9:02 am

Memory exhausted [resolved not a TL issue]

Post 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.
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Re: Memory exhausted

Post 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)
snowwhite123
TestLink user
Posts: 3
Joined: Fri Jul 01, 2011 9:02 am

Re: Memory exhausted

Post by snowwhite123 »

Ohh.. Thnq soo much.Itz working now... :)
Post Reply