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
gefragt vor 4 Jahren657 Aufrufe
1 Antwort
0

I was close. It's Vcpus.

hop
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen