On Sun, 07 Jun 2020 10:35:09 -0700
"Greg A. Woods" <wo...@planix.com> wrote:

> Now ideally what I want to do for embedded systems is static-link
> every binary into one crunchgen binary.  I've done this for 5.2 on
> i386, and the whole base system (or most of it, no compiler, tests,
> or x11; and no ntpd or named or postfix) is just 7.4MB compressed.
> Yes, just 7.4 megabytes:

So when you run this binary as multiple concurrent processes, aren't
they all going to use more RAM as they load duplicate copies of shared
libraries that have been statically linked into it?

Reply via email to