https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020 David Gustafsson <glasklas@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff CC| |glasklas@gmail.com --- Comment #29 from David Gustafsson <glasklas@gmail.com> --- Had a look at this and the reason the script now consumes a lot more memory is that all records are loaded into memory when checking for bad xml records and encoding errors. Not sure why this was moved into a separate step, but now moved it in to the main loop so that the maximum records loaded is the commit size, which should resolve the issue. -- You are receiving this mail because: You are watching all bug changes.