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

Ensure app server logs do not hog memory #990

Open
jnicklas opened this issue Aug 25, 2021 · 0 comments
Open

Ensure app server logs do not hog memory #990

jnicklas opened this issue Aug 25, 2021 · 0 comments

Comments

@jnicklas
Copy link
Collaborator

We currently keep all stdout and stderr output of the app server buffered. However, the app server could (theoretically) generate a lot of output, which would be hogged in memory. We should use a limited size buffer, so we don't have to keep all of the output, while still being able to print the latest output in case something goes wrong.

@jnicklas jnicklas mentioned this issue Aug 25, 2021
3 tasks
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