Skip to content

Commit d148990

Browse files
committed
set JULIA_CPU_CORES=2 in .travis.yml to avoid Travis OOM killer (JuliaLang#11553)
1 parent 168460b commit d148990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ script:
6666
- cd .. && mv julia julia2
6767
- cp /tmp/julia/lib/julia/sys.ji local.ji && /tmp/julia/bin/julia -J local.ji -e 'true' && /tmp/julia/bin/julia-debug -J local.ji -e 'true' && rm local.ji
6868
- /tmp/julia/bin/julia -e 'versioninfo()'
69-
- export JULIA_CPU_CORES=4 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia --check-bounds=yes runtests.jl pkg
69+
- export JULIA_CPU_CORES=2 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia --check-bounds=yes runtests.jl pkg
7070
- cd - && mv julia2 julia
7171
- sudo dmesg
7272
- echo "Ready for packaging..."

0 commit comments

Comments
 (0)