You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/battery_file/bat.sh contains non-blocking loops putting pressure on CPU of Pi0w
additionally the loop uses several echo commands, which deliver their output to syslog (as the script is started from rc.local) and thus flood the logs (e.g. "poweroff" message). This puts additional CPU load on journaling daemon systemd-journal.
Guys, I know this is an early development stage, anyway, it would be very helpful to have:
Decompressed resources of the scripts in the repo (easy changes).
@mame82 Hi. I have create a pull request to this repo to add the code of frontend vuejs app (before running through webpack bundeling) and the source code of web-backend.
Hope this will help for you.
/root/battery_file/bat.sh
contains non-blocking loops putting pressure on CPU of Pi0wadditionally the loop uses several
echo
commands, which deliver their output to syslog (as the script is started from rc.local) and thus flood the logs (e.g. "poweroff" message). This puts additional CPU load on journaling daemonsystemd-journal
.Guys, I know this is an early development stage, anyway, it would be very helpful to have:
Supporting/extending isn't easy without that, although I fully understand if you'd like to keep access restricted till you're "production ready"
The text was updated successfully, but these errors were encountered: