From 1fa3126ba01302b1b268ab2e4db8c7d3359153ec Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 14 Nov 2021 12:49:01 +0100 Subject: [PATCH] .bashrc: +DEBUGINFOD_URLS="" --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 5bd3546..6533374 100644 --- a/.bashrc +++ b/.bashrc @@ -215,6 +215,7 @@ export PYTHONUNBUFFERED=1 export ASAN_OPTIONS=detect_leaks=0 export GTK_OVERLAY_SCROLLING=0 export MAKEFLAGS= +export DEBUGINFOD_URLS= cpus="`getconf _NPROCESSORS_ONLN`" if [ -n "$cpus" ];then # *3/2 was OOM for host1 32 CPUs + 16GB RAM -- 1.8.3.1