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

2007-04-30 Thread Joerg Bruehe
Hi Weston, all, Weston C wrote: 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. 32 MB isn't much, nowadays -

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 to

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

2007-04-30 Thread Joerg Bruehe
Hi Weston, all! Weston C wrote: 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

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 then