@rearley I'm using your code and doing a max number of API requests 100 pages x 100 items. Each iteration I'm calling findItemsByCategory($request) with the request created once before the for loop and increasing the paginationInput->pageNumber. Unfortunately I keep running out of memory going past 134MB, so there seems to be a memory leak somewhere.
While debugging I believe I may have traced it down to the XmlParser.php that doesn't seem to clean up properly. Got any ideas what may be happening?
@rearley I'm using your code and doing a max number of API requests 100 pages x 100 items. Each iteration I'm calling findItemsByCategory($request) with the request created once before the for loop and increasing the paginationInput->pageNumber. Unfortunately I keep running out of memory going past 134MB, so there seems to be a memory leak somewhere.
While debugging I believe I may have traced it down to the XmlParser.php that doesn't seem to clean up properly. Got any ideas what may be happening?