I have a php script that I run from ubuntu command line to read a huge xml file and insert it into a mysql db.
I tried the script on a small file and it works without problem.
php -f parse.php
The problem is when i tried to run it on the big xml file the script returns almost immediatly with the return :
Killed
Anyone have any suggestion how to run the script, or how to find what's the problem ?