Virtual memory woes

ashrobo

Regular
Joined
Apr 6, 2003
Messages
70
Location
Black Hole
i kept getting the lack of virtual memory error message. could i be coding the wrong way all along (i.e. hogging memory throughout the program) ? i haven't got any clue on how to solve it.. :confused:

:(

-ashrobo
 
just something to add, i am using a lot of self created sql statements, and putting the data into datareaders. when i need to save the data back, i create more sql statements.. will this in anyway affect the performance?

any clues?

-ashrobo
 
Low on Virtual Memmory means you're using too many applications or an application with too much allocated memmory, you're program may be using to many objects or the settings could be too low, try increasing the size of your paging file and/or rebooting you're computer
 
It should be "Specified Minimum" to 768(or higher depending on how much harddrive you want to allocate more than 1GB would be too much though)
 
AndreRyan said:
It should be "Specified Minimum" to 768(or higher depending on how much harddrive you want to allocate more than 1GB would be too much though)
ah, okay.. i didn't know the allocation was not enough..
 
Back
Top