support cpumap for multi worker instances
This commit is contained in:
@@ -15,3 +15,6 @@ services:
|
||||
- ./volume/worker:/srv/obsworker/state
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
{% if item.CPUSET is defined %}
|
||||
cpuset: {{ item.CPUSET }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user