- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
How does CVF control virtual memory usage?
I have a program that has a very large VM size and smallish RAM size. I would prefer to have the program only use RAM and not VM at all? Is this possible to control within CVF?
Thanks
Frank Peacock
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CVF doesn't "control" virtual memory use at all - that's the operating system's job. I think there are Win32 API routines you can use to "lock" pages in memory, but I would advise you to let the OS take care of it - frequently referenced pages will stay in RAM. If you have performance problems due to insufficient RAM, well, add more RAM! It's cheap...

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page