I’m trying to replicate a 150TiB dataset using rsync.
After a long time, it fails repeatedly with this error:
[sender] exceeded --max-alloc=1073741824 setting (file=sender.c, line=96)
rsync error: error allocating core memory buffers (code 22) at util2.c(80) [sender=3.2.7]
I’ve got another dataset on same server replicating to the same destination without issue (although it’s only 64TiB)
Both source and destination servers are running Dragonfish-24.04.2, with 1024GB RAM and sitting at about 5% CPU load.
The remote server is across a WAN and I’ve got most of the data there already, so switching to zfs replication isn’t a great option.
I haven’t tried running rsync outside the gui yet.
Any pointers?
Thanks
dave