So now I run the memory intensive stuff in 32 bit chroots:
http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?pa...
I made a little script to make getting into the chroot environment easy:
#!/usr/bin/env bash
linux32 chroot /mnt/gentoo32 /bin/bash -c "source /etc/profile;env-update;bash"
So now I run the memory intensive stuff in 32 bit chroots:
http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?pa...
I made a little script to make getting into the chroot environment easy:
#!/usr/bin/env bash
linux32 chroot /mnt/gentoo32 /bin/bash -c "source /etc/profile;env-update;bash"