How to reduce embedded Linux memory footprint from hundreds of MB to <32 MB?
Q: How to reduce embedded Linux memory footprint from hundreds of MB to OpenRC or runit. (3) Strip binaries with strip –strip-unneeded. (4) Use static linking for simple utilities. (5) Disable glibc locales (locales-all is huge). (6) Compile with -Os…
