Hi Team, When I allocate a 360000 RAM (350 GB) and...
# ask-metaflow
t
Hi Team, When I allocate a 360000 RAM (350 GB) and 90 core machine for the job, I am getting 96 core machine allocated but it has only 8 cores and 12 GB RAM
1
a
the amount of resources allocated for your job would depend on the resources you specify with
@resources
or
@batch
decorator
c
Yes I had specificied it as mentioned. In my job page I could see 90 VCPU and 360000 RAM coming. But when I monitor the spawned instance using cloud watch metrics I could see only 16 VCPU
a
are you sure that the spawned instance was the instance which ran the job?
c
It was fixed, had issues with older version of metaflow. Upgraded my metaflow version and it works fine.