Re: Building MySQL Under low memory conditions (CFLAGS not working?)

2007-04-30 Thread Weston C
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

Building MySQL Under low memory conditions (CFLAGS not working?)

2007-04-26 Thread Weston C
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