1 Apr
2021
1 Apr
'21
9:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312 --- Comment #21 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Hi, you can download and import for example https://ia600208.us.archive.org/22/items/marc_western_washington_univ/wwu_bi... to kohadevbox and after few thousand of those are in start indexing with:
koha-elasticsearch -v -p 5 --commit 1000 --rebuild kohadev
and also
docker exec -it koha_es_1 bash vi config/jvm.options
and modify the JVM heap size to 50Mb:
-Xms50m -Xmx50m
and then
docker restart koha_es_1
-- You are receiving this mail because: You are watching all bug changes.