[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
Wed Apr 14 20:55:13 CEST 2021


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

--- Comment #26 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
(In reply to Joonas Kylmälä from comment #21)
> 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

So I did without the patches
docker exec -it koha_es_1 bash
vi config/jvm.options
try with various values
-Xms50m
-Xmx50m

-Xms10m
-Xmx10m

-Xms10k
-Xmx10k
docker restart koha_es_1
and then
koha-elasticsearch -v -p 5 --commit 1000 --rebuild kohadev

Each time the reindex went without issue. Are there additional steps?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list