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

Lot of temp file system usage #39

Open
varun85gupta opened this issue Feb 25, 2020 · 2 comments
Open

Lot of temp file system usage #39

varun85gupta opened this issue Feb 25, 2020 · 2 comments

Comments

@varun85gupta
Copy link

varun85gupta commented Feb 25, 2020

Hi,

I observed that cdt stores some files at the temp directory of user. This usage is huge and is not cleaned up after CDT session. Eventually it eats up a lot of disk space and causing other processes to stop working some times if the disk has less space.

image

Is there any plan to clean up those files ?

@13Aastha13
Copy link

@varun85gupta , you can do a "launcher.close();" at he end of your method. This would gracefully close the chromium process and delete the "userDataDirPath" -> the ones you see in the temporary directory.
For implementation , in ChromeLauncher.java check public void close().

@Danilkashtan
Copy link

@varun85gupta @13Aastha13 Hello! Same problem. launcher.close() doesn't help. Have you solved the problem?

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

3 participants