You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Default cpu resource given to a command executor.constexprdouble DEFAULT_EXECUTOR_CPUS = 0.1;
// Default memory resource given to a command executor.constexpr Bytes DEFAULT_EXECUTOR_MEM = Megabytes(32);
将Executor默认占用资源设置为Cpu0.1,Memory32MB
The text was updated successfully, but these errors were encountered: