[Koha-bugs] [Bug 26312] Add some error handling during Elasticsearch indexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 1 09:13:01 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312

--- Comment #21 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
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.


More information about the Koha-bugs mailing list