Thread: Pagepool?
View Single Post
  #4 (permalink)  
Old 05-30-2009, 05:11 PM
Rourke Swift's Avatar
Rourke Swift
Regular 'Geeker
Offline
Location: Whitefish, MT
 
Join Date: May 2009
Posts: 459
Reputation: 1130
Rourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on repRourke Swift is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Pagepool?

Basically, page pool is a section of your internal memory that has been partitioned off to assist with the launching of applications. A set amount of memory is reserved, reducing the total memory available to you, and is used to cache essential program data instead. This allows programs to launch faster.

Static pagepool is a set amount that cannot chage, and a dynamic pagepool is "on-the-fly," which means it can change depending on your system's needs.
__________________
"One man's garbage is another man person's good ungarbage..."
Reply With Quote
This post has been thanked 2 times.