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.
Memory exhausted [resolved not a TL issue]
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 3
- Joined: Fri Jul 01, 2011 9:02 am
Re: Memory exhausted
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:
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)
-
- TestLink user
- Posts: 3
- Joined: Fri Jul 01, 2011 9:02 am
Re: Memory exhausted
Ohh.. Thnq soo much.Itz working now... 
