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

Don't crash when size of stdout and stderr grows too big #17

Open
jamo opened this issue Nov 6, 2014 · 0 comments
Open

Don't crash when size of stdout and stderr grows too big #17

jamo opened this issue Nov 6, 2014 · 0 comments

Comments

@jamo
Copy link
Member

jamo commented Nov 6, 2014

In case stdout, stderr becomes too big, don't crash the system head: write error: No space left on device but rather limit he size of stdout and stderr to make this situation impossible.
The max size for logs, stdout and stderr is "free disk before running tests"/2 as we make a tar of these files.

One option would be to use scratch disks for these.

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