answersLogoWhite

0

Because sharks get their teeth cleamed by fish in the sea weed

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

When could fragmentation of the paging file occur?

If a paging file resides on a partition that contains other data, it may experience fragmentation as it expands to satisfy the extra virtual memory that is required.


Give one reason you should make the paging file maximum size the same as the paging file initial size?

In order to prevent page file fragmentation.


What type of fragmentation is there in paging and why?

external fragmentation use in paging


What performance-degrading issue is that the paging file subject to if it moved to a partition containing data?

Fragmentation


Give one reason you shouhld make the paging file maximum size the same as the paging file initial size?

From TechNet: Set the Same Initial and Maximum Size Setting the paging file's initial size and maximum size to the same value increases efficiency because the operating system does not need to expand the file during processing. Setting different values for initial and maximum size can contribute to disk fragmentation.


Can paging solve the problems of internal fragmention and external fragmentation?

By paging I am assuming you mean the page file which cannot be defragmented whilst you are running windows. therefore you need a defragmenter that perfomes an offline defrag. I assume too that is what you meant by external fragmentation. Companies like RAXCO, offer an offline defragmenter which does solve your problem assuming I have understood it correctly.


Does paging suffer from internal fragmentation?

If there are large blank spaces in each page of the program then internal fragmentation can occur. Smaller pages can remedy this, but the overall amount of pages will then increase, causing slowed execution.


What is the normal path of the windows paging file in Windows Vista?

Paging file is located in the root folder of the system drive.


What happens when you totally remove a paging file from the boot partition?

if you remove the paging file from the boot partition, Windows cannot create a dump file (Memory.dmp) in which to write debugging information in the event that a kernel mode Stop Error message occurs. This could lead to extended downtime if you must debug to troubleshoot the Stop error message.


What is the swap file called in windows XP?

Paging File


How do you make computer use paging file as RAM?

The "paging file" is already a form of virtual memory. There is no way to use a paging file in the same way as you would normal RAM, as hard drives are hundreds of times slower than RAM.


Why paging is used?

Paging is solution to external fragmentation problem whichis to permit the logical address space of a process to benoncontiguous, thus allowing a process to be allocatingphysical memory wherever the latter is available.