mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Lower ASAN build parallelism to avoid OOMs (#8592)
* fix it * Update .travis.yml
This commit is contained in:
parent
765d470c40
commit
90b05983d6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue