[Interest] Build report - QT 6.3 on FreeBSD 13.1
Thiago Macieira
thiago.macieira at intel.com
Sun Jun 19 17:57:38 CEST 2022
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
More information about the Interest
mailing list