perftool-incubator / crucible

A performance testing and analysis automation framework
Apache License 2.0
12 stars 7 forks source link

Limit java heap to reasonable amount of memory #354

Closed atheurer closed 1 month ago

atheurer commented 1 month ago

Don't just use half of system memory. Perhaps a limit of 32GB

atheurer commented 1 month ago

This is a problem because by default 1/2 the memory is used by opensearch. On systems where we have 1TB, this does not make sense :)

k-rister commented 1 month ago

I should be able to take care of this without too much difficulty.