Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-alpha13
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Apr 2010 at 17:32 UTC
Updated:
10 Apr 2010 at 16:00 UTC
First off, love the mod, great work and very easy to use.
Ive just run into one problem while trying to parse some CSV product feeds. I get an HTTP 500 error when trying to parse CSV larger then one meg. The feed is already server side so its not an uploading limit problem. I'm assuming this is some setting not controlled by feeds itself, but what am I over looking to allow these larger CSV files to be parsed. Thank you for your time.
- Matt
Comments
Comment #1
tomcatuk commentedHi Matt - just a guess, but what's your PHP Memory Limit set at? The default drupal install sets it at 32MB - I had to up mine to 96MB for Feeds to stop doing this (other modules also needed more than 32MB).
Comment #2
matt_stoltz commentedThanks! That worked like a charm, now If only my server had enough ram to process the 64 mb CSV file I have...
Is it just me or does Feeds ineffectively use memory? Not sure how much room there is for optimization. Still, a wonderful module :D