From 90b05983d616900f1ccd325bfe235cd3c38ef174 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Mon, 25 May 2020 12:20:01 -0700 Subject: [PATCH] Lower ASAN build parallelism to avoid OOMs (#8592) * fix it * Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe82398ee..527014d84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: - os: linux env: - - PYTHON=3.6 ENABLE_ASAN=--config=asan + - PYTHON=3.6 ENABLE_ASAN="--config=asan -j 2" - PYTHONWARNINGS=ignore - RAY_DEFAULT_BUILD=1 install: