Increate nodepool builder upload workers from 4 to 8

We are running with the default upload workers count of 4 which is half
of our previous ansible/puppet valud of 8 (we have 8 vcpus on these
servers). Increase the worker count to 8 to improve upload rate.

Change-Id: I3c051968acc8c32711cd7063469d4a80077ba587
This commit is contained in:
Clark Boylan 2020-08-04 12:36:01 -07:00
parent 959473141b
commit 837628d2e9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
user: nodepool
network_mode: host
restart: always
command: nodepool-builder -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf
command: nodepool-builder -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf --upload-workers 8
privileged: true