Hi, sorry for the long delay.. my suggestion is to:
a) temporarily build without sse2, get netdata 1.11.1 into testing as soon as possible. I'm doing that now.. uploading after confirming it works on one of our Geode systems here. b) re-order netdata to make it work better on small systems by reshuffling the binary packages arround, e.g. something like: * netdata: meta package, depending on netdata-daemon, netdata-web * netdata-daemon: just the daemon and systemd/init integration, compiled with -O3 and sse2 * netdata-daemon-legacy: daemon compiled with -O2 and without sse2 * netdata-web: webfrontend, not needed on small/IoT devices * netdata-common: plugins, checks, etc (everything arch all). * netdata-doc: htmldoc that can be used via apache2 * netdata-apache2: apache2 conf snipped to enable netdata via reverse proxy This however needs a bit more thinking, discussing, fiddling, and eventually going through NEW.. so this will take a few days more. Regards, Daniel