0

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?

Lucy Zhang
  • 23
  • 3

1 Answers1

0

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

vanhooser
  • 1,497
  • 3
  • 19