24 Feb
2025
24 Feb
'25
9:17 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #107 from Fridolin Somers <fridolin.somers@biblibre.com> --- Arg I've been using this feature on an a big export and DB server crashed. I see the output file is not filled little by little. I think it comes from this change : + @records = map { + my $record = _get_record_for_export( { %{$params}, record_id => $_ } ); + $record ? $record : (); + } @{$record_ids}; For a huge export the @records object will take too much RAM. Without this path the records are build one by one. Please make some tests to confirm. -- You are receiving this mail because: You are watching all bug changes.