Skip to content

Commit

Permalink
Rename heap30g to heap8g (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Nov 4, 2023
1 parent d44814c commit e52140f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configs/running-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overrides:

modifiers:
# Fixed large heap sizes - for NoGC
heap30g:
heap8g:
type: JVMArg
val: "-Xms8000M -Xmx8000M"
heap4g:
Expand Down
14 changes: 7 additions & 7 deletions configs/running-openjdk-mutator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ runtimes:
home: "./build/jdk-mmtk-no-zeroing-nogc/images/jdk"

configs:
- "jdk-mmtk-nogc|nogc|common_mmtk|heap30g"
- "jdk-mmtk-semispace|semispace|common_mmtk|heap30g"
- "jdk-mmtk-immix|immix|common_mmtk|heap30g"
- "jdk-mmtk-lock-free-nogc|nogc|common_mmtk|heap30g"
- "jdk-mmtk-no-zeroing-nogc|nogc|common_mmtk|heap30g"
- "jdk-g1|g1|common|probes_openjdk|heap30g"
- "jdk-epsilon|epsilon|common|probes_openjdk|heap30g"
- "jdk-mmtk-nogc|nogc|common_mmtk|heap8g"
- "jdk-mmtk-semispace|semispace|common_mmtk|heap8g"
- "jdk-mmtk-immix|immix|common_mmtk|heap8g"
- "jdk-mmtk-lock-free-nogc|nogc|common_mmtk|heap8g"
- "jdk-mmtk-no-zeroing-nogc|nogc|common_mmtk|heap8g"
- "jdk-g1|g1|common|probes_openjdk|heap8g"
- "jdk-epsilon|epsilon|common|probes_openjdk|heap8g"
4 changes: 2 additions & 2 deletions configs/running-openjdk-nogc-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ includes:
- "./running-openjdk-base.yml"

configs:
- "jdk-mmtk-trunk|nogc|heap30g|common_mmtk"
- "jdk-mmtk-branch|nogc|heap30g|common_mmtk"
- "jdk-mmtk-trunk|nogc|heap8g|common_mmtk"
- "jdk-mmtk-branch|nogc|heap8g|common_mmtk"
2 changes: 1 addition & 1 deletion configs/running-openjdk-nogc-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ includes:
- "./running-openjdk-base.yml"

configs:
- "jdk-mmtk|nogc|heap30g|common_mmtk"
- "jdk-mmtk|nogc|heap8|common_mmtk"
2 changes: 1 addition & 1 deletion configs/running-openjdk-stock-nogc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ includes:
- "./running-openjdk-base.yml"

configs:
- "jdk-stock|common|epsilon|heap30g"
- "jdk-stock|common|epsilon|heap8g"

0 comments on commit e52140f

Please sign in to comment.