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.
2 parents eec30b6 + 2ec1dd9 commit df95236Copy full SHA for df95236
memory/memory.ml
@@ -135,7 +135,7 @@ module PVinPVH_memory_model_data : MEMORY_MODEL_DATA = struct
135
let extra_internal_mib = 1L
136
let extra_external_mib = 1L
137
let shim_mib static_max_mib = 23L +++ (static_max_mib /// 90L)
138
- let can_start_ballooned_down = false
+ let can_start_ballooned_down = true
139
end
140
141
type memory_config = {
0 commit comments