virtual memory fragment - out of memory

  • Thread starter Thread starter TravelMan
  • Start date Start date
T

TravelMan

Guest
Hello,

We have a 32bitC++ process using MapViewOfFile function, It random get the following errors

"Not enough storage is available to process this command"

The assumption is the virtual memory fragment caused program can't allocate block of memory for this operation. we have couple questions about this

  • If we have two program running on the same server, will they use two completed different virtual memory space? For example, they will use its own 2GB virtual memory space and won't conflict each other.


Thanks,

Continue reading...
 
Back
Top