• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:10
CEST 10:10
KST 17:10
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Maestros of the Game: Week 1/Play-in Preview9[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9
Community News
Weekly Cups (August 25-31): Clem's Last Straw?26Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris46Weekly Cups (Aug 11-17): MaxPax triples again!15Weekly Cups (Aug 4-10): MaxPax wins a triple6
StarCraft 2
General
Speculation of future Wardii series Weekly Cups (August 25-31): Clem's Last Straw? Geoff 'iNcontroL' Robinson has passed away #1: Maru - Greatest Players of All Time Maestros of the Game: Week 1/Play-in Preview
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament Maestros of The Game—$20k event w/ live finals in Paris Monday Nights Weeklies LiuLi Cup - September 2025 Tournaments 🏆 GTL Season 2 – StarCraft II Team League
Strategy
Custom Maps
External Content
Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies
Brood War
General
No Rain in ASL20? ASL20 General Discussion BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Starcraft at lower levels TvP
Tourneys
[Megathread] Daily Proleagues Is there English video for group selection for ASL [ASL20] Ro24 Group F [IPSL] CSLAN Review and CSLPRO Reimagined!
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Warcraft III: The Frozen Throne Nintendo Switch Thread Mechabellum Teeworlds - online game
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread YouTube Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s) Gtx660 graphics card replacement
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
How Culture and Conflict Imp…
TrAiDoS
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 679 users

How to fix "Paged Pool" memory problem

Forum Index > Tech Support
Post a Reply
1 2 3 4 5 Next All
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
Last Edited: 2010-08-26 00:48:58
February 23 2010 05:28 GMT
#1
If you use Windows XP and have a lot of applications open, you may run into Paged Pool limits when running SC2. The Paged Pool is a chunk of memory set aside for the Windows kernel and device drivers to use as memory. The more programs you have open, the more kernel services (anti virus, firewalls, etc) and the more devices you make use of, the more memory will be allocated from the paged pool. If it gets full, drivers and Windows will no longer be able to allocate memory and very bad things happen. In SC2 this might manifest itself as sluggish performance, graphical artifacting or outright crashing / blue screen.

Note! You only need to do this if you are currently getting warnings when playing SC2 that your paged pool is running low. Doing this unnecessarily will take memory from other kernel needs. This is a fairly complex and involved process because you're dealing with the internals of Windows memory management. This should not be necessary on Vista or later OSes.

Before you start, make sure your Paging File is set to System Managed size. Forcing a small paging file can cause numerous issues including a small paged pool. This is found under System Properties, Advanced, Performance, Advanced, Virtual Memory.

1. Install Windows debugging tools:
http://www.microsoft.com/whdc/Devtools/Debugging/default.mspx

2. Open a CMD prompt, Start, Run, cmd

3. Type the following commands, replacing M: with the appropriate drive letter (I imagine this will be C: for the majority of you).
cd "\Program Files\Debugging Tools for Windows"
symchk.exe /om m:\symlist /if m:\windows\system32\ntoskrnl.exe
symchk.exe /om m:\symlist /if m:\windows\system32\ntkrnlpa.exe
symchk.exe /im m:\symlist /s SRV*m:\symbols*http://msdl.microsoft.com/download/symbols

[image loading]


4. Download Process Explorer:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

5. Run Process Explorer, and go Options / Configure Symbols and fill in the appropriate paths:

Browse to your Debugging tools for Windows folder to find DBGHELP.DLL.
Browse to your X:\symbols folder to find the symbols.

[image loading]


6. Go View / System Information
If all has gone well, you should now see your Paged Pool values:

[image loading]


The "Paged Limit" is your maximum paged pool size. In my case, it's about 368MB.

7. Download http://www.teamliquid.net/staff/R1CH/PagedPoolRegFiles.zip
Open one of the .reg files corresponding to how big you want your paged pool to be. I recommend starting with the next highest size, eg if you paged pool is currently 140MB, use the PagedPool-192MB.reg file.

8. Reboot.

9. Run Process Explorer again and verify the Paged Limit has increased. If it hasn't changed or has decreased, the value was not valid for your system. This happened to me when I tried to use the 384MB size. Try the next size down, or if that is too small, go back to the defaults. If all else fails, you can try PagedPool-Max.reg which will force allocation of the largest paged pool possible.

In my case, the defaults worked best since I have 4 GB of RAM, so Windows allocated a fairly large paged pool by itself. The reason I was having trouble was some years ago, TF2 also had this paged pool issue and I'd used a .reg file for 384MB, not realizing this was too high so Windows was ignoring it and only using 260MB. You can use the PagedPool-Default.reg to restore Windows defaults.

Hopefully this is useful to someone .
AdministratorTwitter: @R1CH_TL
Mr.Pyro
Profile Blog Joined July 2008
Denmark959 Posts
Last Edited: 2010-02-23 05:31:01
February 23 2010 05:30 GMT
#2
Nice guide man!

I'm taking a class at my university at the moment where i will finally learn to understand all of these principles of operating systems, perhaps then i can be of more assistance in explaining exactly what is going on here xD
P⊧[1]<a>[2]<a>[3]<a>tt | P ≝ 1.a.2.a.3.a.P
0neder
Profile Joined July 2009
United States3733 Posts
February 23 2010 05:30 GMT
#3
Ahh, it will be interesting to play SC2 on my MacBook provided the graphics card is compatible. Haven't played a 'real' game on it yet.
Apexplayer
Profile Joined September 2009
United States406 Posts
February 23 2010 05:36 GMT
#4
Good guide, but this is a common issue with other games as well.

Guys, know your anti-virus'. AVG (even the free version), Norton, and some others take up A LOT of this memory, even when not even running. Uninstalling AVG was the only way I could play one game.

If you run into this problem you may want to seriously consider uninstalling anti-virus (even if you want to just try and reinstall later).
genai
Profile Joined July 2009
Croatia78 Posts
February 28 2010 04:25 GMT
#5
Hmm, i dont get it, i increased it a lot, and still get the error! when i go check, limit is like 4 times the paged virtual and physical o_O dont get how it works have 2gb ram and i tried that 260 or what is it, but it shows only 229... but still, paged physical and virtual are at like 60

and when that error pops up... i start getting gfx glitches and lines and crap(between zealots for example)... and suggested quality for my pc is ultra lol
go4it
Profile Joined March 2010
Croatia91 Posts
Last Edited: 2010-03-29 20:45:00
March 29 2010 20:32 GMT
#6
On February 28 2010 13:25 genai wrote:
Hmm, i dont get it, i increased it a lot, and still get the error! when i go check, limit is like 4 times the paged virtual and physical o_O dont get how it works have 2gb ram and i tried that 260 or what is it, but it shows only 229... but still, paged physical and virtual are at like 60

and when that error pops up... i start getting gfx glitches and lines and crap(between zealots for example)... and suggested quality for my pc is ultra lol



Same thing is happening to me. Glitches between zealots, some wierd lines. I have 2gb of ram and suggested quality set to medium.

Any suggestinos maybe case this error is really anoying..
go4it
Profile Joined March 2010
Croatia91 Posts
Last Edited: 2010-03-30 15:38:06
March 30 2010 11:10 GMT
#7
nvm .
Liquid`HayprO
Profile Joined March 2003
Iraq1230 Posts
March 30 2010 14:06 GMT
#8
this is rlly nice, ive been having this problem ever since the beta started and have been forced to play at low settings, now i can play at high. thx alot
Team LiquidOur friendship will be the stuff of legend.
go4it
Profile Joined March 2010
Croatia91 Posts
March 30 2010 15:37 GMT
#9
Anyway, I made it, and so far its looking good and working smoothly.. :D
iZno
Profile Joined July 2008
France13 Posts
March 30 2010 15:46 GMT
#10
is the message : "your paged pool is running low." ? In starcraft 2 game ?

cuz it seems to me i experience some issues like this, but not sure this one.
NO
ruXxar
Profile Blog Joined January 2009
Norway5669 Posts
April 22 2010 10:53 GMT
#11
I get this message all the time, 100% of the time, and it's annoying me like hell.
It does not cause any slowdown or degradation in performance, it just sits there on the left side taking up screen space.

My current pagedpool limit sits at 260MB. I tried increasing it to 380, but the value was still 260MB after entering the registry file and rebooting.

I have no idea what to do to solve this.

I've almost given up, and think I need to buy some new hardware or something.

My pc is not even half bad :

Intel E8400
8800 GTS 512mb.
4 GB ram.
(Rest is unimportant).

PS: I've sent you this as a PM Rich, incase you pickup that faster.
"alright guys im claiming my role im actually politician I can manipulate a persons vote during the day phase, used it on clarity last phase and forced him to vote for HF. full role name donald trump, definitely town sided". - EBH
Shade692003
Profile Joined August 2005
Canada702 Posts
April 22 2010 11:21 GMT
#12
Windows kernel and device drivers to use as memory.


I often get this warning, with 2gb of ram so I was confused what was wrong because there was plenty of ram left but now I see the problem is very different. Still I don't really understand, from what you say the paged pool is an allocated spaced in the memory for exclusive use for drivers and windows, so why is Starcraft 2 taking space in it? Are processes like vmware and sqlserver included? I noticed I have alot of them running.
I hate the post below mine because it feels War3-ish.
tarpman
Profile Joined February 2009
Canada719 Posts
April 22 2010 16:00 GMT
#13
Isn't a better solution to just, you know, close some other programs? such as the 10million tray icons that most people have seem to have?
Saving the world, one kilobyte at a time.
Voideka
Profile Joined April 2010
3 Posts
April 22 2010 21:12 GMT
#14
Just a note, I had this problem with L4D2 on XP. Turned out it was because I had the /3gb switch on. Something to look into!
Draken
Profile Joined May 2010
Canada61 Posts
May 03 2010 16:07 GMT
#15
What are the graphic settings that use page pool memory? I'd rather reduce the settings than start messing around with windows.

Also, is there a way to see which program is taking how much page pool memory? I have avira antivirus and a couple of other software running in background... and I want to see whats taking all the memory so I can get another antivirus or something if necessary.
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
May 08 2010 19:13 GMT
#16
On April 22 2010 20:21 Shade692003 wrote:
Show nested quote +
Windows kernel and device drivers to use as memory.


I often get this warning, with 2gb of ram so I was confused what was wrong because there was plenty of ram left but now I see the problem is very different. Still I don't really understand, from what you say the paged pool is an allocated spaced in the memory for exclusive use for drivers and windows, so why is Starcraft 2 taking space in it? Are processes like vmware and sqlserver included? I noticed I have alot of them running.

Starcraft 2 makes heavy use of video and sound, so your video and sound drivers will be allocating paged pool memory. Most applications should use very little, VMware I suspect would use a bit, SQL server I'm not sure about - I can't imagine why it would use much if it does.

On April 23 2010 06:12 Voideka wrote:
Just a note, I had this problem with L4D2 on XP. Turned out it was because I had the /3gb switch on. Something to look into!

Yeah the /3GB switch is not something you should use without fully understanding how it works, it only gives your programs more memory if they were actually compiled with large address aware settings, and it reduces the amount of memory available to the kernel so you have lower paged pool sizes amongst other things.

On May 04 2010 01:07 Draken wrote:
What are the graphic settings that use page pool memory? I'd rather reduce the settings than start messing around with windows.

Also, is there a way to see which program is taking how much page pool memory? I have avira antivirus and a couple of other software running in background... and I want to see whats taking all the memory so I can get another antivirus or something if necessary.

Unfortunately you can't tell which programs are using it since it's allocated by the kernel. The best way to tell is simply to watch the numbers while closing programs or disabling anti-virus etc.
AdministratorTwitter: @R1CH_TL
Doso
Profile Joined March 2008
Germany769 Posts
May 08 2010 19:27 GMT
#17
I *strongly* suggest updating your system drivers before playing around with the Paged Pool Limits. This is just a last resort thing.
yomi
Profile Blog Joined June 2004
United States773 Posts
May 08 2010 19:31 GMT
#18
Never had this problem myself but thanks for posting this, I know many members of the community are struggling with this issue.
sztanpet
Profile Blog Joined April 2010
Hungary44 Posts
Last Edited: 2010-05-10 09:56:21
May 10 2010 09:55 GMT
#19
I found a cvar called pagedPoolLimitEnforced in the Variables.txt (C:\Users\sztanpet\Documents\StarCraft II Beta\Variables.txt), setting it to 1 also might help. I messaged Artosis about this too, he doesn't have it in his Variables.txt so I have no idea if it works or not, I don't get these errors.
It just seems like a lot less invasive thing to try before fiddling with anything else, who knows.
FuryX
Profile Joined April 2010
Australia495 Posts
May 10 2010 10:51 GMT
#20
never have this pop up on w7u 64bit
1 2 3 4 5 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 2h 50m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech75
StarCraft: Brood War
Calm 10078
Tasteless 637
actioN 567
sSak 509
Mind 242
ggaemo 209
Pusan 127
PianO 111
Soma 61
Sharp 48
[ Show more ]
Aegong 38
ZerO 30
soO 27
yabsab 23
Leta 18
Sacsri 16
HiyA 12
Bale 7
Dota 2
BananaSlamJamma137
XcaliburYe28
Counter-Strike
shoxiejesuss567
olofmeister78
Other Games
summit1g6056
ceh9215
OGKoka 53
Happy5
ZerO(Twitch)4
Organizations
Other Games
gamesdonequick619
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos192
• HappyZerGling61
Upcoming Events
LiuLi Cup
2h 50m
Replay Cast
15h 50m
The PondCast
1d 1h
RSL Revival
1d 1h
Maru vs SHIN
MaNa vs MaxPax
Maestros of the Game
1d 8h
Classic vs TriGGeR
Reynor vs SHIN
OSC
1d 18h
MaNa vs SHIN
SKillous vs ShoWTimE
Bunny vs TBD
Cham vs TBD
RSL Revival
2 days
Reynor vs Astrea
Classic vs sOs
Maestros of the Game
2 days
Serral vs Ryung
ByuN vs Zoun
BSL Team Wars
2 days
Team Bonyth vs Team Dewalt
CranKy Ducklings
3 days
[ Show More ]
RSL Revival
3 days
GuMiho vs Cham
ByuN vs TriGGeR
Cosmonarchy
3 days
TriGGeR vs YoungYakov
YoungYakov vs HonMonO
HonMonO vs TriGGeR
Maestros of the Game
3 days
Solar vs Bunny
Clem vs Rogue
[BSL 2025] Weekly
3 days
RSL Revival
4 days
Cure vs Bunny
Creator vs Zoun
Maestros of the Game
4 days
Maru vs Lambo
herO vs ShoWTimE
BSL Team Wars
4 days
Team Hawk vs Team Sziky
Sparkling Tuna Cup
5 days
Liquipedia Results

Completed

CSL Season 18: Qualifier 2
SEL Season 2 Championship
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL 2025 AUTUMN (S18)
Maestros of the Game
Sisters' Call Cup
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

LASL Season 20
2025 Chongqing Offline CUP
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
EC S1
BLAST Rivals Fall 2025
Skyesports Masters 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.