What is the maximum memory a process (MySQL) can consume on a 32-bit OS?
Posted
by mmattax
on Server Fault
See other posts from Server Fault
or by mmattax
Published on 2010-03-30T17:43:05Z
Indexed on
2010/03/30
17:53 UTC
Read the original article
Hit count: 348
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 I can allocate to MySQL.
I have heard both 2GB and 4GB as the per-process-limit on a 32-bit OS...
Ultimately I'd like to know if I can increase the memory for MySQL without upgrading to a 64-bit OS.
© Server Fault or respective owner