“f6c9f56394838021af5db26d046f3c90606a17fc”上不存在“develop/doc_cn/howto/cluster/multi_cluster/k8s_cn.html”
Created by: sneaxiy
This PR adds FLAGS_gpu_memory_limit_mb
(uint64) to limit the maximum gpu usage.
- If
FLAGS_gpu_memory_limit_mb > 0
, the gpu memory would be limit even though there is enough available memory. - If
FLAGS_gpu_memory_limit_mb = 0
, the all gpu memory is available to the process.