I have a Symfony2 command line app that I’ve built. It fetches a ton of data from a web service to pre-cache. I’m running into a problem where after about 5 minutes the app is “Killed”.
I run the command:
php app/console FTW:loadAuctionHouse
My application outputs its steps while running, and just outputs “Killed” all of a sudden after a few minutes.
So… question: Is there a built in time limit to the command line apps? Or is there something “funky” going on? Can someone explain why this could happen?
I’ve discovered that this issue was caused by PHP itself. I’ve since upgraded the OS on my server (which in turn upgraded the PHP version) and this issue has been fixed. I did further investigation and found that this issue was corrected in php 5.3