Kurt
05/24/2023, 11:37 PMNicolas Hourcard
05/25/2023, 8:51 AMJaromir Hamala
05/25/2023, 9:07 AMKurt
05/25/2023, 10:25 AMJaromir Hamala
05/25/2023, 10:36 AMKurt
05/25/2023, 10:37 AMBolek Ziobrowski
05/25/2023, 10:44 AMJaromir Hamala
05/25/2023, 10:48 AMdocker-entrypoint-sh
will pass them to JVM. so you can try things like docker run questdb/questdb -Xmx5g -m io.questdb/io.questdb.ServerMain -d /var/lib/questdb
You could add something like `
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/some/mount/dir/from/your/host"
to allow further investigation. You could also consider enabling the verbose GC log - to see what the heap usage pattern look like.Kurt
05/25/2023, 10:50 AMJaromir Hamala
05/25/2023, 10:57 AM