crate / crate-qa

CrateDB Quality Assurance
4 stars 1 forks source link

Increase heap size for bwc tests #299

Closed mfussenegger closed 9 months ago

mfussenegger commented 9 months ago

Saw some GC warnings in the logs:

[o.e.m.j.JvmGcMonitorService] [0faf0d8D1BBa-2] [gc][6] overhead, spent [413ms] collecting in the last [1.1s]

High GC could explain issues during cluster formation and the timeout errors.

matriv commented 9 months ago

Superseded by: https://github.com/crate/crate-qa/pull/300