AliyunContainerService / gpushare-device-plugin

GPU Sharing Device Plugin for Kubernetes Cluster
Apache License 2.0
468 stars 144 forks source link

How to guarantee the pod does not use more memory than allocation? #24

Open hyc3z opened 4 years ago

hyc3z commented 4 years ago

Is there any OOM or Signal when pod uses more memory than desired? Since the physical memory on Gpu is limited, over using memory may affect other processes by other users.

harrymore commented 1 year ago

This plugin does not do memory isolation,so you should only do this manually,in your code or environment variables