Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Change memory circuit breaker limit #357

Open
ylwu-amzn opened this issue Jan 8, 2021 · 0 comments
Open

Change memory circuit breaker limit #357

ylwu-amzn opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ylwu-amzn
Copy link
Contributor

Currently we are using 85% as JVM heap usage limit. If JVM heap usage exceeds 85%, will stop detector. JVM heap usage is not very accurate to evaluate the real system pressure. GC may collect most young generation and system will back to under 85% quickly.

As @kaituo suggested, we can change to old_gen_heap_usage / total_heap > 80% which is more accurate to reflect the memory pressure.

@ylwu-amzn ylwu-amzn added the enhancement New feature or request label Jan 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant