Windows 11 Service gobbling up all free hard drive space even when nothing being downloaded #571
Unanswered
Starslayer74
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I opened an issue ticket but maybe it's just me configuring things incorrectly? I have my appsettings.json file set up like this:
{
"Logging": {
"File": {
"Path": "C:\RDTClient\db\rdtclient.log",
"FileSizeLimitBytes": 5242880,
"MaxRollingFiles": 5
}
},
"Database": {
"Path": "C:\RDTClient\db\rdtclient.db"
},
"Port": "6500",
"BasePath": null
}
Is it possible that I change the filesizelimitbytes to a different number? I just used the default.
All I know is that when the service is active, I can literally watch my free space plunge down to zero, regardless of how much free space I have.... but if I turn it off, all of that free space comes back immediately.
Beta Was this translation helpful? Give feedback.
All reactions