volcano
volcano copied to clipboard
fix gpu memory allocation using `vgpu-memory-percentage`
fix #3465
uint(val.MemPercentagereq/100)
could be 0
. The memory result is always 0
when using percentage to allocate memory.