You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there any plan to clean up those files ?
The text was updated successfully, but these errors were encountered:
@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().
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.
Is there any plan to clean up those files ?
The text was updated successfully, but these errors were encountered: