jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

Appears to be a storage leak somewhere #6

Closed notcreeperdude closed 1 year ago

notcreeperdude commented 1 year ago

Appears to be a storage leak somewhere. I Noticed the VM im running this on is filling up on storage slowly. This is the only program running on the VM and ive watched 1gb of files build up. Just trying to figure out where exactly and ill update

jcardama commented 1 year ago

Check for the buy.log it is the only file it is actively writing to, make sure it is of a reasonable size. If not, try restarting the VM if the storage is back to normal, it may be a memory leak. Could you verify that for me?

notcreeperdude commented 1 year ago

I dont even see that file. Presumably has not been created as it hasnt bought anything. Restarting VM changes nothing

notcreeperdude commented 1 year ago

It may be google storing temp files when the pages are repeatedly loading

jcardama commented 1 year ago

Seems that it's an issue with Chrome itself, note that it needs google chrome present on the machine, that by itself can take a couple of hundred MB on the hard drive. Will close this comment and add as a possible improvement down the road.