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:
parent
959473141b
commit
837628d2e9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user