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

/tmp full, would be nice to clean jar files in tmp after use (and empty tmp directories) #130

Open
gbrd opened this issue Jun 7, 2021 · 2 comments

Comments

@gbrd
Copy link

gbrd commented Jun 7, 2021

Depending cleaning strategy of the os, /tmp can become full because of kanela jar files (/tmp/kanela-agent-1.0.9.*.jar)
Could this file be deleted after use ? (is it downloaded each time or extracted ?)
It would be nice !

(I have a lot of /tmp/tmpXXX empty directory too ..)

@ivantopo
Copy link
Contributor

ivantopo commented Jun 7, 2021

Hey @gbrd, may I ask what Operating System and Java versions are you using? I'm running Kamon apps with the bundle all the time locally and never see those files in /tmp.

I opened this tiny PR to (hopefully) address the issue: kamon-io/Kamon#1036

@gbrd
Copy link
Author

gbrd commented Jun 7, 2021

Hi @ivantopo and thanks for your reactivity !
We use openjdk 11
We saw the problem on centos-7.
And on my laptop on ubuntu, each time my application starts I have one more kanela-agent-1.0.9.jarXXX.jar in /tmp/
Should I do something specific to exit more cleanly kamon/kanela ?

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