Skip to content

Extend memory calculator options to set class_count  #464

@j-musca

Description

@j-musca

Currently I am only able to set the the number of threads via "stack_threads" option like this.

JBP_CONFIG_OPEN_JDK_JRE: "{memory_calculator: { stack_threads: 40 }}"

It would be nice to also set the number of loaded classes via "class_count" option (it already exists in the memory calculator).

Example:
JBP_CONFIG_OPEN_JDK_JRE: "{memory_calculator: { stack_threads: 40, class_count: 1000 }}"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions