Skip to content

Commit 0508f1a

Browse files
mmanciopnebhale
authored andcommitted
Add configurability for new memory pools
[#789] Signed-off-by: Ben Hale <[email protected]>
1 parent ee94b02 commit 0508f1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/java_memory_assistant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ agent:
3030
eden:
3131
survivor:
3232
old_gen: ">600MB"
33+
tenured_gen:
34+
code_heap.non_nmethods:
35+
code_heap.non_profiled_nmethods:
36+
code_heap.profiled_nmethods:
37+
3338
clean_up:
3439
version: 0.+
3540
repository_root: https://raw.githubusercontent.com/SAP/java-memory-assistant-tools/repository-cu

0 commit comments

Comments
 (0)