5 ms·
You can just renice/set Low priority to the process for the CPU part, no need for Docker. Bandwidth limiting functionality should be built-in, not sure if it ac
by Sin2x 4y ago
You can just renice/set Low priority to the process for the CPU part, no need for Docker. Bandwidth limiting functionality should be built-in, not sure if it actually is.
- kkielhofner 4y agonice/renice isn’t what it used to be[0]. Bandwidth limiting is not built in[1]. [0] - https://stackoverflow.com/questions/10342470/process-niceness-priority-setting-has-no-effect-on-linux/40957947#40957947 https://stackoverflow.com/questions/10342470/process-nicenes... [1] - https://github.com/ipfs/go-ipfs/issues/3065 https://github.com/ipfs/go-ipfs/issues/3065