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

When running make test repeatedly nixos.qcow2 copied to store #35

Closed
573 opened this issue Apr 29, 2021 · 0 comments
Closed

When running make test repeatedly nixos.qcow2 copied to store #35

573 opened this issue Apr 29, 2021 · 0 comments

Comments

@573
Copy link
Contributor

573 commented Apr 29, 2021

I noticed that when I run make test repeatedly and there is the nixos.qcow2 lying around in the source directory depending on the file size I eventually get

warning: dumping very large path (> 256 MiB); this may run out of memory
error: out of memory

This is expected as the qcow2 file which may get quite large (depending on virtualization.diskSize and effective size) gets copied to the store, but I wonder if there was something to do about it.

I. e. an option to exclude the file from store ?

@Mic92 Mic92 closed this as completed in c57d8de Apr 30, 2021
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

1 participant