Skip to content

Commit

Permalink
Revert "Limit the maximum memory on AppVeyor since we have 4 processe…
Browse files Browse the repository at this point in the history
…s now."

This reverts commit 6acfe2b.

AppVeyor went back to 2 cores. The restarting of workers makes it harder to
see what's going on in one of the timeout failure modes we see on appveyor,
where one of the workers gets stuck in an early test.
  • Loading branch information
tkelman committed Dec 15, 2015
1 parent 5694fd9 commit 62f1481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
matrix:
- ARCH: "i686"
- ARCH: "x86_64"
JULIA_TEST_MAXRSS_MB: 480

# Only build on master and PR's for now, not personal branches
# Whether or not PR's get built is determined in the webhook settings
Expand Down

0 comments on commit 62f1481

Please sign in to comment.