https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020 --- Comment #3 from Jan Kissig <bibliothek@th-wildau.de> --- Hi Michał (In reply to Michał from comment #2)
Are you sure it's a regression and wouldn't happen with the older version of the script?
I just checked it, I ran bulkmarcimport around 20 times before on the same machine, with the same amount of records (~120k) on versions < 24.05. Everytime it worked.
How much swap space does your installation have?
4GB
Generally back when I ran Koha VM with very low RAM (like 2 or 4 GB), some older version like 23.05, I'd have issues with various cron tasks crashing due to OOM (out-of-memory), up until I gave it some significant swap space (like 16 or 24 GB), which I think was even also a recommendation somewhere.
Just thinking if it could perchance be simply a matter of that rather than a regression per se (though it might be both!).
I tried also on ktd with 8GB RAM and it seems that docker is crashing because of bulkmarcimport. I am trying to give it more ressources. I also gave the script a little extra output in both loops and it always stopped in the first while-loop (https://git.koha-community.org/Koha-community/Koha/src/branch/main/misc/migr...) Maybe that @marc_records array is causing my error. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.