EricJoy2048 commented on issue #2426:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2426#issuecomment-1227210304

   > public class Resource {
   >    private Memory memorySize;
   >   // only work on kubernetes
   >    private CPU cpu;
   >}
   
   Does standalone use this `Resource` too? If I want run 500 task in a 
node(this is possible because of shared threads), How do we define the number 
of slots supported by a node?And, how many `CPU` and `memorySize` a slot use?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to