Joerg Bruehe <[EMAIL PROTECTED]> wrote:
Also, "virtual memory" is not just RAM, it also includes your paging
space (aka "swap device"): check its size and usage.
This is a really good point. Are there some other parameters (either
compiler or environment) I should be trying to tweak in addition
Hi,
I'm trying to build MySQL 4.1.22 on a VPS where it looks like our
available memory could be as low as 32MB, and compilation is erroring
out partway through with a "virtual memory exhausted: cannot allocate
memory" message.
I tried invoking configure with the "--with-low-memory" flag, and th