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

Change memory circuit breaker limit #357

@ylwu-amzn

Description

@ylwu-amzn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions