high virtual memory usage in openvz?
- by freedrull
We're having a lot of memory problems on a new OpenVZ box. It is supposed to have 1 gig of memory, I'm not sure how much of that is burstable or guaranteed memory. Programs in general seem to take up more virtual memory than they do on my box at home, and on our other OpenVZ box.
I wrote this simple C program:
#include <stdio.h>
#include…