(MAYBE COREll) Virtual RAM 3.2

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

46 Terms

1
New cards

What does Windows do when RAM fills up?

It moves inactive data from RAM to the paging file on disk.

2
New cards

What’s the paging file?

A file on disk that stores memory data when RAM is full.

3
New cards

How does Windows decide what to move to disk?

It finds inactive apps or data not currently in use.

4
New cards

What happens when an app is swapped out?

It stays running, but its data is moved to disk temporarily.

5
New cards

Why can't apps just run from the paging file?

Disk access is much slower than RAM, so performance drops.

6
New cards

What happens when a swapped-out app becomes active again?

Windows swaps something else out to make room and brings the app back into RAM.

7
New cards

What does the CPU map memory to?

Both physical RAM and the paging file.

8
New cards

Why does the system seem to have more memory than installed?

Because the CPU maps memory addresses to disk as well as RAM.

9
New cards

What causes disk thrashing?

Too many apps swapping between RAM and disk due to low RAM.

10
New cards

How do you know disk thrashing is happening?

The hard drive light stays on constantly, and apps slow down.

11
New cards

How does disk thrashing affect the system?

Performance drops heavily, and the system may become unusable.

12
New cards

How can you stop disk thrashing?

Close apps or add more RAM.

13
New cards

Where do you change virtual memory settings?

Settings > About > Advanced system settings > Performance > Virtual memory.

14
New cards

What’s the default virtual memory setting in Windows?

Windows manages the paging file automatically.

15
New cards

When should you manually manage virtual memory?

If you run memory-heavy apps or need more control.

16
New cards

What sizes can you set for a paging file?

An initial and maximum size.

17
New cards

Recommended paging file size for most systems?

1.5x RAM for initial, 3x RAM for max.

18
New cards

What if your system has very little RAM?

You might need a paging file 2x RAM or more.

19
New cards

Can you move the paging file to another drive?

Yes, and it can improve performance slightly.

20
New cards

Benefit of multiple paging files on different drives?

Spreads the load and improves performance.

21
New cards

What does virtual memory allow?

More apps to run than physical RAM supports.

22
New cards

What is virtual memory?

Simulated RAM using a page file on a hard drive.

23
New cards

What is the Virtual Memory Manager (VMM)?

Windows service that manages memory swapping.

24
New cards

What is logical segmentation?

Assigning virtual addresses to an app by the VMM.

25
New cards

Does an app know where it is in RAM?

It only knows its virtual address space.

26
New cards

What does the VMM do when RAM is full?

It pages out the least used app to the hard drive.

27
New cards

What is paging in?

Bringing data back from disk into RAM.

28
New cards

What is a page fault?

When a paged-out app is accessed and must be brought back into RAM.

29
New cards

How does VMM handle a page fault?

It pages out a different inactive app to make space, then pages in the active one.

30
New cards

Why is disk access slower than RAM?

Because hard drives are much slower than physical memory.

31
New cards

Symptoms of disk thrashing?

Slow system, high disk activity, lag switching apps.

32
New cards

Why does Windows keep active apps in RAM?

RAM is faster, so active data runs better there.

33
New cards

Where do you configure virtual memory in Windows?

Settings > System > About > Advanced system settings > Performance.

34
New cards

Can you manually set paging file size?

Yes, including initial, max size, and disk location.

35
New cards

Do large RAM systems need big page files?

No, they usually require smaller ones.

36
New cards

Best way to boost virtual memory performance?

Move or split the page file to another physical disk.

37
New cards

What happens if the paging file is on the system drive?

Windows can create a memory dump if the system crashes.

38
New cards

Why keep a paging file on the system partition?

To enable crash dump generation for troubleshooting.

39
New cards

Where do you access virtual memory settings in Windows?

System > Advanced system settings > Performance > Advanced tab.

40
New cards

Where can you see current paging file values?

In the Virtual Memory dialog: Minimum allowed, Recommended, and Currently allocated.

41
New cards

What must be done to set a custom paging file size?

Turn off automatic management by deselecting the checkbox.

42
New cards

How can you improve performance using the paging file?

Move it to a less-used and faster storage drive.

43
New cards

What must happen before changes take effect?

The system must be restarted.

44
New cards

Why might paging file settings appear larger before reboot?

Because old and new allocations are shown together.

45
New cards

Is automatic management usually sufficient?

Yes, it works fine for most systems.

46
New cards

When might custom settings help?

On heavily utilized systems with high RAM demand.