How to use the AzCopy tool on low memory servers

Spread the love

 

AzCopy is a useful tool for data operations between servers and Azure Cloud Storage. However, by default, this tool cannot be used on servers with less than 1GB of memory. To resolve this issue, some parameters need to be configured.

Try to set

export AZCOPY_CONCURRENCY_VALUE=1
export AZCOPY_CONCURRENT_SCAN=1
export AZCOPY_BUFFER_GB=0.12

Values can be changed based on your system configuration.

Leave a Reply