We probably want to limit the total number of threads that maxo can use on the server.
Now we are limiting the number of cores per process to a max of four, but if we have ten simultaneous requests, this would be 40 cores and not good.
@domibln -- What is your experience here? If you have a strategy, we can implement it in Java Spring!
We probably want to limit the total number of threads that maxo can use on the server.
Now we are limiting the number of cores per process to a max of four, but if we have ten simultaneous requests, this would be 40 cores and not good.
@domibln -- What is your experience here? If you have a strategy, we can implement it in Java Spring!