Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说有人提到作业可以在静态分配或动态分配中运行。我怎么知道我的工作正在使用哪一个?
如果您按照此处的指南查找该Environment选项卡,您会注意到一行指示dynamicAllocationEnabled。如果是true,则您正在使用动态分配。如果false,您正在使用静态分配。
Environment
dynamicAllocationEnabled
true
false
您可以在此处阅读每种方法的优缺点