I’m running Duplicacy (Web UI) in Docker on an Ubuntu VM in Proxmox.
I’m transferring from a NFS share on the same physical box to Backblaze B2.
When the transfer starts fast, it runs fast at 800mbps – consuming most of my 1gbps pipe as desired. RAM consumption on the VM at this time is about 1GB.
Over the next several minutes, RAM usage increases to 4GB (100% of allocated RAM on the VM). When RAM maxes out, the transfer begins to slow down. After about 10 minutes, it is down to <150mbps. On my last test this continued until it reached a crawl after a couple hours of <1mbps.
If I cancel the job, then RAM usage stays high – at about 3.5GB. Top shows Docker/Duplicacy using almost none, but about 3.3GB stuck in cache.
Any ideas?