Hi, using the product parser/adapter as an example, I created a category mysql import profile (as soon as it fully works ill post the steps/code). It works very well and imports about 1/2 of my categories (48 in total). The problem is that halfway in the collection saving process, i get this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 196606 bytes) in /var/www/html/melrowdirect/magento/lib/Zend/Db/Statement/Mysqli.php on line 227
And I’m totally unsure what to do now and how to fix it. Does it really need more than 64mb of memory? Why on earth does it need that for only 48 categories?
PS. I added my category parser/convert/entity/adapter class for further info