I heard someone mention that jobs can run in static allocation or something called dynamic allocation. How do I know which one my job is using?
If you follow the guidance here to find the Environment
tab, you'll notice a row that indicates dynamicAllocationEnabled
. If it's true
, you're using dynamic allocation. If false
, you are using static allocation.
You can read about the benefits and drawbacks of each here