简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM