14 Apr
2021
14 Apr
'21
8:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312 --- Comment #26 from Victor Grousset/tuxayo <victor@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.