0
votes
1answer
489 views

32bit vs 64bit guest VM and RAM usage

Why does a 32bit domU (Xen guest VM) use less RAM than a 64bit? Notes: The same software complied for a different arch(AMD64 vs. 686). Obviously this is Linux or BSD or something easily ported. Maybe ...
1
vote
3answers
3k views

What is the maximum memory a process (MySQL) can consume on a 32-bit OS?

I have MySQL running on a 32-bit RHEL box. The server itself has 4GB total memory with 2GB allocated to MySQL. I would like to know the max amount of memory I can put in the box and how much of that ...