-
Notifications
You must be signed in to change notification settings - Fork 548
Wrong resource usage in UI #4602
Comments
@k1ngcyk seems the job use 1 GPU, and your bed only has 2 GPUs. The resource usage is max(usedGpu/totalGPU, usedMem/totolMem, usedCPU/Total/CPU). So it shows 50% |
I assume your job requests 1 GPU. So in your VC setup, 1 GPU corresponding to 1 cell, i.e. (1GPU, 17CPU, 63G Mem). We will refine below WebUI or Job Submission Page (user can only specify cells or skus instead of resources in each dimensions) to make it eaiser to understand,. |
relate to #4601. Will use sku to improve the clarity of error message. |
related to #3273. |
relate to #3966 |
@fanyangCS @abuccts - is this a bug? has it been fixed by related issues mentioned above? if not, may we plan it in Aug release? thanks. |
Yes. it is planed in Aug release. |
Organization Name: EnjoyMusic Technology
Short summary about the issue/question:
Even there is only one running job with config 4 CPU core, 8 GB memory, it will result in half usage in UI. The worker has 36 vCore and 128 GB memory.
Brief what process you are following:
How to reproduce it:
OpenPAI Environment:
uname -a
):Anything else we need to know:
The text was updated successfully, but these errors were encountered: