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
{{ message }}
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
If you forcefully close a Bytenuts process, the outbuf.<pid>.log and inbuf.<pid>.log files will not get cleaned as the process never got the chance to rename the files as outbuf.log and inbuf.log. Could have active processes lock their cache files and if any unlocked cache files are found, delete them.
If you forcefully close a Bytenuts process, the
outbuf.<pid>.logandinbuf.<pid>.logfiles will not get cleaned as the process never got the chance to rename the files asoutbuf.logandinbuf.log. Could have active processes lock their cache files and if any unlocked cache files are found, delete them.