diff --git a/bin/start_be.sh b/bin/start_be.sh index d383c25163292a..43faf159f0b72c 100755 --- a/bin/start_be.sh +++ b/bin/start_be.sh @@ -187,7 +187,7 @@ if [[ "${RUN_IN_AWS}" -eq 0 ]]; then fi ## set asan and ubsan env to generate core file -export ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1 +export ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:detect_container_overflow=0 export UBSAN_OPTIONS=print_stacktrace=1 ## set TCMALLOC_HEAP_LIMIT_MB to limit memory used by tcmalloc