-
Notifications
You must be signed in to change notification settings - Fork 574
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
Windows 7 Agent db file insanely large #6501
Comments
Doing a reinstall now on this client to see if this is reproducible, also checking other win7 clients now. |
WIndows 7 is unoffically supported and its very hard for us to fix it if its a bug with windows 7 |
The db file is literally growing while i watch it, I just did an agent reinstall on the first one let me see if the db is already increasing on that one. Thank you for looking at this. |
I am going to check a 32 bit win7 next. |
I have a db file on a 32 bit client that is 2gb is that more expected? If so I have done a reinstall at one location and the file does not seem to be rampantly growing so I can monitor this and report back. Reinstall or using the 32 bit agent might be the easy fix. |
the db file should only be at most like 5MB, not 5GB ! |
I dont mind duplicates I can clean it. I am not sure what to do to keep the sizes down, im ok with 2-5gb anything bigger I am gonna be in a bind. |
the file shouldnt even be 1GB, so the is something wrong or a leak or something |
sure ill give that a shot. Ill report back. |
dbcompact does not seem to work when the db file is this large. Stopping tasks and services, deleting the db file seems to be fixing this as of now but I will monitor over the week to see if the files grow. The 2gb one i mentioned before has now gone down to like 175K and most are in that range now on Win7. Thank you for your help. |
if you can run the |
Gotcha, yea the agent seemed stuck so i ran the other commands to see if we would get any output. The output I see on normal sites is dbcompact, is compacted 0, is this a percentage or whats up. |
@samschultzponsys erm you tell me haha 🤣
ive searched all the code i can and i cant find where the |
you guys and your fancy code hahah |
Upon checking the db files are still growing, I am at 250MB on the one I reinstalled yesterday. |
There must be something that the machine doesn't like or is running one thing u can try is running it at the command line instead of a service, and watch its output and see if it suits anything out
Note that this might create another device (who knows why, haha) |
So that command did not seem to do anything but the sizes are fluctuating a lot, yesterday the .db was 250mb and now its 20mb. So I guess a reinstall is the solution as the latest agent must be more stable lol. |
@samschultzponsys we haven't updated the binary exe since 2022 😅 So i think it's something else and the fact you are running an unsupported operating system It could be something stupid like we run powershell scripts to check bitlocker or powershell to check hard drives stats, maybe these are failing and it's not being caught correctly, but it's hard to tell I couldn't even get a windows 7 vm running to test because I can't install any updates to make it like up to date as much as possible (any suggestions tho would be good haha) |
Describe the bug
I noticed the .db file in my program files directory for my mesh agent is 72gb which is nuts
To Reproduce
Steps to reproduce the behavior:
Expected behavior
.db file should not be massive
Screenshots
Server Software (please complete the following information):
Client Device (please complete the following information):
Remote Device (please complete the following information):
Additional context
Add any other context about the problem here.
Your config.json file
will add in comment my config if needed but we have no issue on all win10 and 11 platforms currently. I am checking other windows 7 instances and will update what I find in the comments.
The text was updated successfully, but these errors were encountered: