Hi, thanks for maintaining the Transmission_VPN docker, I've been using it for ages and has been rock solid until recently.
I noticed that it is eating up a lot of memory as time goes by (reaching in excess of a few GB), this appears to be caused by excessive logging of unsuccessful IPv6 connects (as referenced here https://github.com/transmission/transmission/issues/86).
An apparent solution appears to be to set "messages-level" to "1" instead of "2" as it is currently set.
Any help on how I would go about doing this would be much appreciated, as the "settings.json" file resides within the docker container itself.
After some light research - added a variable "TRANSMISSION_MESSAGE_LEVEL" with a value of "0" to the docker configuration, that resulted in altered settings.json, will revert back on memory consumption.
UPDATE: After approx. 15 hours and numerous torrent downloads (around 15-16 incl. larger than 50GB) memory usage with all torrents removed from seeding list stands at around 4,76GB, which appears quite high.
Any ideas as to what might be "eating up" memory?
Moving from latest to dev branch to test if anything changes.
UPDATE II: Been a few days on the "dev" branch, memory usage seems to be within reasonable range (up to 700-1000MB)...