Open sapphonie opened 3 years ago
If this was to be implemented it should be handled on a per-server basis manually. We should not make something to detect disk speed, disk type, or how much I/O is available for imposing a limit like this.
If this was to be implemented it should be handled on a per-server basis manually. We should not make something to detect disk speed, disk type, or how much I/O is available for imposing a limit like this.
After thinking it over, yeah, a simple x KB/s
per server would be ideal.
+1 for idea
Is there an existing feature request for this?
Describe the feature you would like to see.
The following options exist in Docker:
Describe the solution you'd like.
Wings/Ptero should fully support hard limits on I/O usage, for sysadmins who need to limit I/O per container or per machine.
Additional context to this request.
My usage case:
I have a I/O heavy SourceMod extension (the I/O heaviness is not something that can be engineered away), and every time it makes a specific request, it starves the host of I/O by using 100% of it, stuttering other containers on the same machine. Having a setting to limit each container to % of r/w I/O usage (perhaps autocalculated by running a disk benchmark on wings installation?) or MB/s would solve this issue for me.