File tree Expand file tree Collapse file tree
MissionParallelCatchup/parallel_catchup_helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module CfgVal =
3838 let localHistName = " local"
3939 let peerNameEnvVarName = " STELLAR_CORE_PEER_SHORT_NAME"
4040 let asanOptionsEnvVarName = " ASAN_OPTIONS"
41- let asanOptionsEnvVarDefaultValue = " quarantine_size_mb=1:malloc_context_size=5"
41+ let asanOptionsEnvVarDefaultValue = " quarantine_size_mb=1:malloc_context_size=5:alloc_dealloc_mismatch=0 "
4242 let peerCfgFileName = " stellar-core.cfg"
4343 let peerInitCfgFileName = " stellar-core-init.cfg"
4444 let peerDelayCfgFileName = " install-delays.sh"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ worker:
1717 requireNodeLabels : []
1818 avoidNodeLabels : []
1919 tolerateNodeTaints : []
20- asanOptions : " quarantine_size_mb=1:malloc_context_size=5"
20+ asanOptions : " quarantine_size_mb=1:malloc_context_size=5:alloc_dealloc_mismatch=0 "
2121 resources : # resources below are left empty on purpose, they are read and overridden from `StellarKubeCfg.fs`
2222 requests :
2323 cpu : " "
You can’t perform that action at this time.
0 commit comments