On Saturday, 18 June 2022 21:42:23 PDT Chris Benesch wrote:
> especially that annoying xcb stuff which for some reason on Linux is broken
> down into about 20 separate packages.
> CMAKE_LIBRARY_PATH=/usr/local/lib

That's not only annoying, it's counter-productive. Those libraries are tiny, 
and yet each library has a *minimum* RSS commitment of 3 pages (12 kB) on 
Linux (FreeBSD *may* compile them to 2, I haven't checked), one of which 
cannot be shared. The 33 libraries combined need only a total of 16 writable 
pages, instead of the 35 they actually consume.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to