Search results

  1. S

    Continuously increasing memory usage until oom-killer kill processes

    tvheadend! Would you mind sharing your script? I'm running this (via an @reboot cronjob based on the 90% values calculated from instructions in fabian's post) #!/bin/bash echo 15461882265 > /sys/fs/cgroup/lxc/102/memory.high echo 15461882265 > /sys/fs/cgroup/lxc/102/ns/memory.high @mm553...
  2. S

    Continuously increasing memory usage until oom-killer kill processes

    Hello, I'm seeing the same issue so keen to help with diagnosis. I've run: cat /sys/fs/cgroup/lxc/CTID/memory.stat where you said: Apologies if I've not understood but which value from this command am I using to get 90% of for setting memory.high etc?