Magento – ny limitations of number of products to import in magento

importPHP

I have imported around 60k(60,000 products) data in magento successfully, but now it doesn't respond anything. When I click on "check data" all the files get successfully loaded but neither its showing me any error nor it showing import button to import. file get loaded 100% and browser show that its waiting for server to respond and then it goes down or get stable without responding anything. this is happening for the second time at the same stage when near around 60,000 rows been inserted in database . till 60k I can import data smoothly but after that I don't know what's wrong is happening with it. I can guess something wrong is happening with database, Is there any limitations for database size or what ? please someone help me !

Here is the error which chrome network inspector shows me. I have go-daddy shared hosting server Name: ?form_key=YLBXpW6Kp2mQPJHP /index.php/admin/import/validate/key/32287e1110caa33de08937d94ed947b Status: 500 Internal Server Error

Best Answer

You should try by getting your server limits increased:

Some thing like this

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 36000 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (32MB) 

Do Roll back the limits after things are done

Related Topic