my task was to migrate a backup from a local jet-db to a new objectstorage/bucket. Downloaded the powershell provided by kb3067 and executed it (btw, very elegant way to guide through the needed parameters, nice implementation). The job(s) get started and everything works for 1 or 2 hours when suddenly the backup proxy service is stopped. Digged a bit and found the culprit:
But that exception was thrown by the backup-job (same or, different target/bucket), not the migration-job. Now on that proxy we have 20 GBs of RAM installed, some other veeam-services are running there as well. Now I wonder how much that migration job consumes or how much memory should be reserved in general. The data is transferred through a 80 Mbit/s connection, so surprised that you need that much memory in any case.Exception of Type System.OutOfMemoryException
Thanks!