File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ invoker:
209
209
heap: "{{ invoker_heap | default('2g') }}"
210
210
arguments: "{{ invoker_arguments | default('') }}"
211
211
userMemory: "{{ invoker_user_memory | default('2048m') }}"
212
+ userCpus: "{{ invoker_user_cpus | default() }}"
212
213
# Specify if it is allowed to deploy more than 1 invoker on a single machine.
213
214
allowMultipleInstances: "{{ invoker_allow_multiple_instances | default(false) }}"
214
215
# Specify if it should use docker-runc or docker to pause/unpause containers
Original file line number Diff line number Diff line change 258
258
" CONFIG_whisk_containerFactory_containerArgs_network " : " {{ invoker_container_network_name | default('bridge') }}"
259
259
" INVOKER_CONTAINER_POLICY " : " {{ invoker_container_policy_name | default()}}"
260
260
" CONFIG_whisk_containerPool_userMemory " : " {{ hostvars[groups['invokers'][invoker_index | int]].user_memory | default(invoker.userMemory) }}"
261
+ " CONFIG_whisk_containerPool_userCpus " : " {{ invoker.userCpus | default() }}"
261
262
" CONFIG_whisk_docker_client_parallelRuns " : " {{ invoker_parallel_runs | default() }}"
262
263
" CONFIG_whisk_docker_containerFactory_useRunc " : " {{ invoker.useRunc | default(false) | lower }}"
263
264
" WHISK_LOGS_DIR " : " {{ whisk_logs_dir }}"
You can’t perform that action at this time.
0 commit comments