I’m running a private server, with Ubuntu 22.04.
Is there a simple way to limit GPU resource consumption by user?
1 Like
You mean something like “gpu-nice”? That would be quite cool, but I haven’t heard about such thing… Maybe others will be able to contribute some more info. It should be theoretically possible to limit the number of I/O ops on device special files, but I’m not sure if it will be sufficient or not cause some stability issues…
I asked this, because when the cumulative usage of GPU resources reaches the ‘physical’ limit, all the processes using GPU get killed like a OOM error.
I’m currently reading about Multi-Processor Service, but it doesn’t seem like it allows limiting GPU consumption directly, I think…