Code Monkey home page Code Monkey logo

Comments (4)

brada4 avatar brada4 commented on July 4, 2024

Looks like netifd was killed.
echo -17 > /proc/<pid of netifd>/oom_adj
Also will help to disable stress oom_adj manipulation.

from openwrt.

brada4 avatar brada4 commented on July 4, 2024

What I suspect happens - init (procd, pid 0) gets killed and system reboots with timer.
I think this makes it stay and restart processes, you may need whole process chain leading to your logs "protected"
echo -17 > /proc/0/oom_adj

from openwrt.

darkk avatar darkk commented on July 4, 2024

Thanks for hypotheses!

like netifd was killed

I doubt that as kill -9 $(pidof netifd) does not make SSH session freeze.

disable stress oom_adj manipulation

As far as I can see, stress does not tune oom_*_adj variables, at least /proc/$(pidof stress)/oom_*_adj is zero.

init (procd, pid 0) gets killed

I doubt that as well as OOM killer does not usually kill pid=1 according to oom_kill.c.

echo -17 > /proc/1/oom_adj does not help as a workaround, stress still triggers the issue.

from openwrt.

brada4 avatar brada4 commented on July 4, 2024

You need to exclude everything involved in your logging chain, procd is supposed to restart rest if those are killed. Probably zram-swap can let your task finish

from openwrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.