https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312
--- Comment #26 from Victor Grousset/tuxayo <[email protected]> --- (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. _______________________________________________ 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/
