https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312
--- Comment #21 from Joonas Kylmälä <[email protected]> --- Hi, you can download and import for example https://ia600208.us.archive.org/22/items/marc_western_washington_univ/wwu_bibs.mrc_revrev.mrc 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
