1.8.5 to 1.9 upgrade php memory issues

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
WT1
Advanced user
Posts: 25
Joined: Tue Jun 08, 2010 7:57 pm

1.8.5 to 1.9 upgrade php memory issues

Post by WT1 »

We currently have a database containing almost 275000 testcases in it that we are trying to migrate from 1.8 to 1.9. During the upgrade process, our php memory session limit is being exhausted. I have moved it up to 1024MB and it is still crashing the script after it has exhausted all of this.

Has anyone else see this kind of issue. Any suggestions?
mrkazgan
TestLink user
Posts: 6
Joined: Wed Jan 12, 2011 8:20 pm

Re: 1.8.5 to 1.9 upgrade php memory issues

Post by mrkazgan »

I assume you have increased the memory in php.ini. If so, try to increase the memory for Java in your environment.
WT1
Advanced user
Posts: 25
Joined: Tue Jun 08, 2010 7:57 pm

Re: 1.8.5 to 1.9 upgrade php memory issues

Post by WT1 »

We have done both
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: 1.8.5 to 1.9 upgrade php memory issues

Post by fman »

this mig with this amount of data has been never tested, and I'm afraid will be very, very difficult
WT1
Advanced user
Posts: 25
Joined: Tue Jun 08, 2010 7:57 pm

Re: 1.8.5 to 1.9 upgrade php memory issues

Post by WT1 »

That is what we are seeing. That it is very difficult.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: 1.8.5 to 1.9 upgrade php memory issues

Post by fman »

You will need to develop using at starting point out migration code, code to make migration on chucks of items to avoid execesive memory usage
Post Reply