Limit CPUs to avoid OOM
This commit is contained in:
parent
5d8afa4d05
commit
fc47228c6f
|
@ -34,7 +34,7 @@ before_install:
|
|||
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
|
||||
|
||||
install:
|
||||
- raco pkg install --deps search-auto
|
||||
- raco pkg install -j 2 --deps search-auto
|
||||
|
||||
before_script:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user