ContainerOverrides parameter

0

Hi,
I am using Constant JSON text to define the parameter for my Batch target.
I am having problem overriding the vcpus for the target job. I am aware the parameter naming should be in camel case but I having problem overriding the cpus.

For example, I want to override the vcpus to 6, but below will run the batch job but fail to override the vcpus.
{ "ContainerOverrides": { "VCpus" : 6, "Memory" : 2000, "Command": ["run_job.sh"]}}

Thanks in advance.

hop
asked 4 years ago650 views
1 Answer
0

I was close. It's Vcpus.

hop
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions