Skip to content

Commit

Permalink
set JULIA_TEST_MAXRSS_MB=600 on appveyor
Browse files Browse the repository at this point in the history
in anticipation of appveyor potentially moving to 4 cores again
  • Loading branch information
tkelman committed Jan 29, 2016
1 parent 9bfd27b commit 643230d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
# USEMSVC: "1"
JULIA_TEST_MAXRSS_MB: 600
matrix:
- ARCH: "i686"
- ARCH: "x86_64"
Expand Down

2 comments on commit 643230d

@vtjnash
Copy link
Member

@vtjnash vtjnash commented on 643230d Feb 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we might need to lower this further or reduce the core count. it looks like a number of tests failed today due to running out of memory & swap space on Appveyor.

@tkelman
Copy link
Contributor Author

@tkelman tkelman commented on 643230d Feb 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Also, we should improve Julia's behavior in low memory environments.

Please sign in to comment.