Issue Summary
This is reproducible on Data Center: yes
By default Bamboo uses 8kb buffer for artifact copy task and 4kb buffer for artifact unpack action. It may cause performance issues for network artifact storage drives mounted with NFS/CIFS/SMB
It should be possible to fine tune buffer size for different network ping and latency to decrease network events on artifact storage actions
- mentioned in
-
Page Failed to load
Bamboo will now allow adjusting the default artifact copy and archive buffer sizes by setting two custom system properties:
The new default value for both properties is 1_048_576 (1 Megabyte), which should be enough to cover most of the cases. The previous default was 4k.