Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more flexible heap size modifiers #140

Open
caizixian opened this issue Jan 21, 2024 · 0 comments
Open

Support more flexible heap size modifiers #140

caizixian opened this issue Jan 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@caizixian
Copy link
Member

caizixian commented Jan 21, 2024

Proposed by @wks

modifiers:
  heap2x:
    type: HeapSize
    multiplier: 2
  heap64m:
    type: HeapSize
    size: "64M"
  heapdyn:
    type: HeapSize
    min: "1M"
    max: "128G"
configs:
  - "build1|mmtk_gc-Immix|heap2x"
  - "build1|mmtk_gc-Immix|heap64m"
  - "build1|mmtk_gc-Immix|heapdyn"

The special modifier type HeapSize overrides the heap size setting given on the command line (if any). If the multipler: key is given, the heap size will be computed from the min heap size provided by dacapo.yml. If size: is given, it is fixed heap size. If max: and min: are given, it will be dynamic heap size.

@caizixian caizixian added the enhancement New feature or request label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant