VMware Cloud Community
Suchit_Kumar
Contributor
Contributor

How to pass Azure azcopy optimization commands

I have deployed Microsoft Azure's AZCOPY on the Tanzu server along with my my webapp. I have to upload files on to webapp which further transfer it to some other location using the AZCOPY. For small files this works perfectly fine, but for larger files, it fails.

Now as per the Azure's AZCOPY documentation, we can pass some optimization commands that has to run on the environment where azcopy is deployed. 

https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-optimize#optimize-memory-u... 

Now as per my knowledge Tanzu server runs over Linux. So how to pass these optimization commands on the Tanzu server?

e.g. export AZCOPY_BUFFER_GB=<value>

Labels (2)
Tags (2)
0 Kudos
0 Replies