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
Having jobs that stream in and out a lot, we might end up having problems with the web pods if those end up being scheduled to run in the same machine as the whole network bandwidth of the machine might be consumed by them, while in reality, those two could be serving the full bandwidth of two VMs.
For instance, consider the following case:
There we have two web nodes in the same VM consuming the whole 1Gib of network bandwidth that the instance has (2* 250Mbit TX + 2*250MBit RX).
If those workloads were split in two instances, we could go even higher.
The text was updated successfully, but these errors were encountered:
Hey,
Having jobs that stream in and out a lot, we might end up having problems with the
web
pods if those end up being scheduled to run in the same machine as the whole network bandwidth of the machine might be consumed by them, while in reality, those two could be serving the full bandwidth of two VMs.For instance, consider the following case:
There we have two web nodes in the same VM consuming the whole 1Gib of network bandwidth that the instance has (2* 250Mbit TX + 2*250MBit RX).
If those workloads were split in two instances, we could go even higher.
The text was updated successfully, but these errors were encountered: