We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fce03 commit 761475aCopy full SHA for 761475a
mmtk/src/api.rs
@@ -66,7 +66,7 @@ pub extern "C" fn mmtk_gc_init(
66
.options
67
.gc_trigger
68
.set(mmtk::util::options::GCTriggerSelector::Delegated)
69
- } else if min_heap_size != 0 {
+ } else if min_heap_size != 0 && min_heap_size != max_heap_size{
70
info!(
71
"Setting mmtk heap size to a variable size with min-max of {}-{} (in bytes)",
72
min_heap_size, max_heap_size
0 commit comments