Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disk space to small in mono VM #6524

Closed
forki opened this issue Aug 26, 2016 · 2 comments
Closed

Disk space to small in mono VM #6524

forki opened this issue Aug 26, 2016 · 2 comments

Comments

@forki
Copy link

forki commented Aug 26, 2016

My project https://github.com/fsprojects/Paket is a .NET dependency manager and has a huge integration test suite. As part of this test suite we try to download and install lots and lots of different dependency trees. We now hit the limit of the VM disk size (see https://travis-ci.org/fsprojects/Paket/builds/155117469)

Is there a chance that we can increase it?

cc @Joshua-Anderson @akoeplinger @nterry @tforkmann

@rkh
Copy link
Contributor

rkh commented Aug 26, 2016

We currently can't offer larger VMs for technical reasons, so even if we wanted to, it would require engineering work from our side.

It would be interesting to know what's using up all the space, afaik machines should have a 30 GB disk each.

@forki
Copy link
Author

forki commented Aug 26, 2016

for our project it's expected to consume large amount of disk space since we download/cache A LOT of the existing nuget packages in our integration tests.

Anyways I do understand the technical issues that are related to increasing VM size, so I added a hack that will free some space after 10 scenarios. This will at least buy us some time.

When we hit the limit again, then it's because the cache is too large. Then I will need to free some cache space from time to time as well. This will make the integration test suite run slower, but hey it's a tradeoff.

Anyways thanks for your response.

@forki forki closed this as completed Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants