Click here to Skip to main content
15,890,512 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: DNS configuration Pin
Randor 6-Jun-09 1:00
professional Randor 6-Jun-09 1:00 
GeneralRe: DNS configuration Pin
Dave Kreskowiak6-Jun-09 4:26
mveDave Kreskowiak6-Jun-09 4:26 
GeneralRe: DNS configuration Pin
Mekong River8-Jun-09 20:14
Mekong River8-Jun-09 20:14 
AnswerRe: DNS configuration Pin
Randor 5-Jun-09 8:04
professional Randor 5-Jun-09 8:04 
GeneralRe: DNS configuration Pin
Mekong River5-Jun-09 19:08
Mekong River5-Jun-09 19:08 
GeneralRe: DNS configuration Pin
Randor 6-Jun-09 0:41
professional Randor 6-Jun-09 0:41 
QuestionVirtual Memory / Virtual Memory Manager... Pin
kinar4-Jun-09 9:18
kinar4-Jun-09 9:18 
AnswerRe: Virtual Memory / Virtual Memory Manager... Pin
Luc Pattyn4-Jun-09 12:21
sitebuilderLuc Pattyn4-Jun-09 12:21 
Hi,

there are two parts to virtual memory:

1.
your app uses "logical addresses", your machine's hardware provides memory located at some "physical addresses". These don't have to correspond in a one-to-one relation because the MMU (Memory Management Unit, part of the CPU) translates logical-to-physical.
Without a memory extension (as in pagefile/swapfile) your app can have as much logical memory as it is allotted physical memory (the "working set"), while the logical addresses don't need to be consecutive. The advantage is your app can set up different data structures (e.g. stacks) with some initial size, and grow them as needed (until the working set is exhausted).

2.
when you add a swap file/page file to the system, your app now can have more logical address space than it is allotted physical address space; the extra space is allocated in the file on disk. Furthermore the app's working set can be adjusted dynamically, e.g. a Windows app that loses focus (e.g. main form gets minimized) will have its working set reduced, hence the excess physical memory is copied to the page file and becomes available to some other process.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Virtual Memory / Virtual Memory Manager... Pin
Michael Dunn4-Jun-09 16:54
sitebuilderMichael Dunn4-Jun-09 16:54 
QuestionClient cannot access to Server machine Pin
misCafe3-Jun-09 18:32
misCafe3-Jun-09 18:32 
AnswerRe: Client cannot access to Server machine Pin
Norriskilla18-Jun-09 11:09
Norriskilla18-Jun-09 11:09 
Questionconfigure Plex 8.4.0 unicode Pin
trinm19873-Jun-09 4:35
trinm19873-Jun-09 4:35 
QuestionRun webshot in user mode Pin
Mekong River2-Jun-09 20:29
Mekong River2-Jun-09 20:29 
AnswerRe: Run webshot in user mode Pin
Dave Kreskowiak3-Jun-09 1:58
mveDave Kreskowiak3-Jun-09 1:58 
QuestionDisable blue screen error in Windows XP Pin
Mekong River2-Jun-09 17:15
Mekong River2-Jun-09 17:15 
AnswerRe: Disable blue screen error in Windows XP Pin
Dave Kreskowiak2-Jun-09 17:48
mveDave Kreskowiak2-Jun-09 17:48 
GeneralRe: Disable blue screen error in Windows XP Pin
Mekong River2-Jun-09 20:15
Mekong River2-Jun-09 20:15 
GeneralRe: Disable blue screen error in Windows XP Pin
Dave Kreskowiak3-Jun-09 1:57
mveDave Kreskowiak3-Jun-09 1:57 
JokeRe: Disable blue screen error in Windows XP Pin
Sebastian Schneider3-Jun-09 5:37
Sebastian Schneider3-Jun-09 5:37 
Questionlogonui.exe Error (URGENT) Pin
scorp_scorp1-Jun-09 21:06
scorp_scorp1-Jun-09 21:06 
AnswerRe: logonui.exe Error (URGENT) Pin
Sebastian Schneider2-Jun-09 3:43
Sebastian Schneider2-Jun-09 3:43 
GeneralRe: logonui.exe Error (URGENT) Pin
scorp_scorp2-Jun-09 19:23
scorp_scorp2-Jun-09 19:23 
GeneralRe: logonui.exe Error (URGENT) Pin
Sebastian Schneider3-Jun-09 5:41
Sebastian Schneider3-Jun-09 5:41 
QuestionMonitor Internet usage - ISA Server 2004 Pin
misCafe25-May-09 15:47
misCafe25-May-09 15:47 
QuestionOpen file dialog box still asked to open PDF file Pin
Mekong River24-May-09 21:00
Mekong River24-May-09 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.