You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use Java 21 in version examples and profile.d output
- Prefer JBP_CONFIG_<JRE>_JRE for memory calculator config (covers stack_threads, class_count, headroom)
- Note MEMORY_CALCULATOR_* env vars take precedence but don't cover class_count
- Add stack_threads/class_count/headroom descriptions
`headroom` — percent of total memory to leave unallocated (default: 0).
290
+
291
+
`MEMORY_CALCULATOR_*` env vars are a simpler alternative, but only cover two of the three knobs. They take precedence over `JBP_CONFIG_*` when both are set:
0 commit comments