Kubernetes - Python application memory management

1/18/2019

I'm having this "issue" I can't find a solution.

I just started working with Kubernetes and here in the company we have an environment where we are running some Java and Python applications.

For Java applications, we can set some values for JVM to define memory usage, but for Python... As far as I know, there isn't this possibility.

Is there a way for me to limit Python application memory usage like Java? Or the only way is to configure my resources attributes in YAML file?

Thanks in advance for your help and time.

-- Gabriel Bartholomeu
kubernetes
memory
python

0 Answers