How define memory range minimum and max values

I try to define memory range something like:
resources {
memory:100
memory_max: 2000
}
I expected when the job memory is full it will increase to 2000 but actually it’s not happened. it always remains with memory 100
What am I missing?
Many thanks!

Hi @sapirel, these values don’t indicate “min” and “max”, but rather how the Linux kernel’s OOM-killer will behave under memory pressure. Details are in