palantir-foundryfoundry-code-repositoriesfoundry-code-workbooks

How do I know if my Foundry job is using static vs. dynamic allocation?


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?


Solution

  • 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