Skip to content

Commit df95236

Browse files
authored
Merge pull request #305 from rwdrich/private/richarddav/CA-334912
CA-334912: Allow DMC in PV Shim
2 parents eec30b6 + 2ec1dd9 commit df95236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/memory.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module PVinPVH_memory_model_data : MEMORY_MODEL_DATA = struct
135135
let extra_internal_mib = 1L
136136
let extra_external_mib = 1L
137137
let shim_mib static_max_mib = 23L +++ (static_max_mib /// 90L)
138-
let can_start_ballooned_down = false
138+
let can_start_ballooned_down = true
139139
end
140140

141141
type memory_config = {

0 commit comments

Comments
 (0)