medicalhumor
04-19-2009, 05:04 PM
I'm trying to import a merchant datafeed and I'm getting some errors.
the datafeed has 13k records, so I broke it up into smaller chunks.
I got about 6k records imported (4 separate .csv files) and then I started getting the following error with the 5 file:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1966080 bytes) in /home/xxxxx/public_html/wp-includes/wp-db.php on line 491
I bumped up my max_memory from 32 to 64, then 128 and still getting the same error.
Funny thing is, it shows I have an allowed memory size of 128mb and exhausted trying to allocate only 1.8mb
Any suggestions?
the datafeed has 13k records, so I broke it up into smaller chunks.
I got about 6k records imported (4 separate .csv files) and then I started getting the following error with the 5 file:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1966080 bytes) in /home/xxxxx/public_html/wp-includes/wp-db.php on line 491
I bumped up my max_memory from 32 to 64, then 128 and still getting the same error.
Funny thing is, it shows I have an allowed memory size of 128mb and exhausted trying to allocate only 1.8mb
Any suggestions?