386812e287
The sync_power_state_pool_size option allows to set the number of greenthreads available for use to sync power states. It can be used to reduce the number of concurrent requests made to the hypervisor or system with real instance power states for performance reasons. Closes-bug: #1621987 Change-Id: I9cf900314d71c44ec51eb190c102ddc60e13a767
11 lines
427 B
YAML
11 lines
427 B
YAML
---
|
|
other:
|
|
- New configuration option sync_power_state_pool_size
|
|
has been added to set the number of greenthreads available
|
|
for use to sync power states. Default value (1000) matches
|
|
the previous implicit default value provided by Greenpool.
|
|
This option can be used to reduce the number of concurrent requests
|
|
made to the hypervisor or system with real instance power states
|
|
for performance reasons.
|
|
|