xavier chang
xavier chang
Hi, have you set memory limit of container resource limit and what's the log level you set?
Can you wait memory hit the limit and check whether memory reclamation happened?
> @Monokaix I'll give it a try. I found a problem. The scheduler has the nodeSelector option, but the pods do not consider filtering out the situations that are not...
You can use kill -12 $volcano-scheduler pid to dump cache info. https://github.com/volcano-sh/volcano/pull/3088
> @Monokaix Thank you very much. I will lower the limit and observe it for a while. What's the resources num of you cluster? like nodes and pods, we should...
Can this https://github.com/volcano-sh/volcano/pull/3435 fixed your problem?
Is this same as the issue you mentioned?
Thanks, we'd better add some ut.
> There is a scene, an unscheduled pod with gpu resources is in the session of `preempt` action. one node have some lower priority pods,if it preempts the lower priority...