[Poudriere] : out of memory

Are you on a pure i386 installation?

If you have a i386 chroot on an amd64 OS you get an extra GB of virtual address space.
 
Oh. That surprises me. To clarify, there is no i386 virtual machine, right?

Do you have extra debugging turned on in LLVM compilation?
 
Oh. That surprises me. To clarify, there is no i386 virtual machine, right?
I've just typed this set of commands :

# poudriere ports -c
# poudriere jail -c -j wine-build -a i386 -v 10.3-RELEASE
# echo "WINE_CROSS_BUILD=yes" >> /usr/local/etc/poudriere.d/make.conf
# poudriere bulk -j wine-build emulators/i386-wine


Do you have extra debugging turned on in LLVM compilation?
I haven't done such a tuning.
 
Hm. I have seen that LLVM linker processes are going up to 4 GB resident, with DEBUG build on. But non-debug builds are nowhere close. And gcc should be harmless.
 
Oh ! I see now an anomaly :

poudriere jail -c -j wine-build -a i386 -v [B][I][U]10.3[/U][/I][/B]-RELEASE


I should change for 13.3, should I ?
 
Back
Top