• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:15
CEST 16:15
KST 23:15
  • 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
[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18
Community News
Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris30Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195
StarCraft 2
General
Aligulac - Europe takes the podium A Eulogy for the Six Pool Geoff 'iNcontroL' Robinson has passed away Weekly Cups (Aug 18-24): herO dethrones MaxPax 2v2 & SC: Evo Complete: Weekend Double Feature
Tourneys
Esports World Cup 2025 WardiTV Mondays Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
External Content
Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below
Brood War
General
Flash On His 2010 "God" Form, Mind Games, vs JD ASL Season 20 Ro24 Groups No Rain in ASL20? Joined effort [ASL20] Ro24 Preview Pt2: Take-Off
Tourneys
[ASL20] Ro24 Group F [ASL20] Ro24 Group D [Megathread] Daily Proleagues [IPSL] CSLAN Review and CSLPRO Reimagined!
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
Nintendo Switch Thread General RTS Discussion Thread Stormgate/Frost Giant Megathread Dawn of War IV Path of Exile
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 Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The year 2050 European Politico-economics QA Mega-thread
Fan Clubs
INnoVation Fan Club SKT1 Classic 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
High temperatures on bridge(s) Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment"
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Breaking the Meta: Non-Stand…
TrAiDoS
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1144 users

How to fix "Paged Pool" memory problem

Forum Index > Tech Support
Post a Reply
Normal
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
Canada718 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
QuothTheRaven
Profile Joined December 2008
United States5524 Posts
May 10 2010 10:53 GMT
#21
R1CH helping Artosis out
. . . nevermore
DimZ
Profile Joined April 2010
United Kingdom30 Posts
May 10 2010 11:07 GMT
#22
Awesome guide R1CH, Thanks
daarkside
Profile Joined July 2005
Germany56 Posts
Last Edited: 2010-05-17 15:24:16
May 17 2010 15:04 GMT
#23
sry i was an idiot
Ruken
Profile Blog Joined April 2009
United States858 Posts
July 29 2010 01:18 GMT
#24
I'm glad I found this. I bumped up the paged pool limit to 256 and now the error only occurs during the most technically demanding moments. I tried going another step up with the next registry file but when I checked process explorer after reboot, nothing had changed. I guess that means that level isn't supported by my system? Is there a way to go any higher and would you recommend that?

My system specs are:
Windows XP Home
Intel E8500 core 2 Duo
ATI Radeon HD4870 1gb
4gb RAM

It's a rather new computer so I'm surprised this is even happening. I only have 35 processes including SC2 and they're all pretty light so I'm puzzled.
MIK Terran
forrgar
Profile Joined April 2010
Sweden2 Posts
Last Edited: 2010-07-29 15:55:21
July 29 2010 15:40 GMT
#25
Hi, my name is Dennis and I'm a new member on TL.
Great guide and thanks for it!
I have one issue though.
When I try to higher the "paged pool" size, it won't work.
It says "Paged Limit: 163 840" and when I register "using the next highest provided .reg files" it doesn't change, it's still at 163 840.
The recommended settings for my SC2 is Ultra, I've lowered it to the lowest and I get the "paged pool error" all the time.
I would love to get some help with this, I would really really appreciate it.
Edit: System spec:
-Intel Core 2 Duo E8400 3.00GHz.
-2 GB RAM.
-Windows XP pro.
-ATI Radeon HD 4800.

/regards Dennis
forrgar
Profile Joined April 2010
Sweden2 Posts
Last Edited: 2010-07-30 11:41:14
July 30 2010 11:40 GMT
#26
Hi again!
I mananged to fix the "paged pool" issue.
I just updated my gfx drivers and the paged pool memory changed it self!
I can now run it on ultra w/o any errors.
@Ruken, try updating your drivers!

/Dennis
Heth
Profile Joined August 2010
1 Post
August 01 2010 04:41 GMT
#27
poolmon can give you good insight of Paged and Non paged memory too. it's a standard tool from microsoft, google it. here is the 64bit version I found http://rapidshare.com/files/410295997/poolmon.7z the 32 you can find it easy on the net.

poolmon gives you currently active processes with TAGs in the pool memory so you can see what is eating it most. for me it was the NV driver with 86MB when I load All In from the campaign.
Kelberot
Profile Joined July 2010
Brazil364 Posts
Last Edited: 2010-08-01 20:09:49
August 01 2010 20:09 GMT
#28
Did everything, paged memory didn't update to 256. It's still 229, and I'm at 4gb ram, even though I'm using windows XP 32, so it doesn't fully recognize my ram.

I guess it's time to update my windows, my PC should be able to handle this game just fine but I get that error all the time, sometimes the FPS drops drastically to sub 5 and it only fixes by restarting the game (not even the PC).
vnlegend
Profile Blog Joined December 2006
United States1389 Posts
August 02 2010 18:04 GMT
#29
I am getting this problem all the time, I have winxp with 3gb memory and my paged pool is only 101k. I have a Radeon 5750 with the latest ATI drivers but still having this problem.
Marines > everything
Kurr
Profile Blog Joined April 2010
Canada2338 Posts
August 02 2010 20:31 GMT
#30
Thanks I'll try this out. I've been getting warnings like crazy and after 2-3 hours of playing my game suddenly "crashes" and goes pretty much frame by frame... happened in SP and in MP. Really unfair T_T.
(╯°□°)╯︵ ┻━┻ | ┻━┻ ︵╰(°□°)╯︵ ┻━┻
Ruken
Profile Blog Joined April 2009
United States858 Posts
August 03 2010 23:07 GMT
#31
On July 30 2010 20:40 forrgar wrote:
Hi again!
I mananged to fix the "paged pool" issue.
I just updated my gfx drivers and the paged pool memory changed it self!
I can now run it on ultra w/o any errors.
@Ruken, try updating your drivers!

/Dennis

True I do still have to update my driver lol.

FOR ANYONE STILL GETTING THE ERROR AFTER THE FIX:
Right click my computer> click advanced tab> click settings under performance> click the advanced tab> In the virtual memory box, look at the total paging file size for all drives. Mine was only at 128 MB. I upped it to 1024 MB and that fixed the last of my problems.
MIK Terran
zachj
Profile Joined August 2010
3 Posts
August 05 2010 20:22 GMT
#32
For anyone still getting these paged pool low messages after trying to increase VRAM:

I found that my windows xpsp3 had a limitation on the paged pool memory in the registry file. After I changed this value from "0x10000000" to "0xffffffff" my paged pool memory limit jumped up from 160MB to 358MB, solving my problem with SC2. I had followed the instructions in this article and it had bumped my paged pool max up to 229MB, but with a little more digging on the internet I found a better (and easier) solution. SC2 now runs smoothly on medium settings on my machine.

to do this, follow the path in regedit:System/CurrentControlSet/Control/Session Manager/Memory Manager. In the Memory Manager folder you will see the file called "page pool limit". double click on it, and make the change I mentioned above. Close Regedit, and restart the machine.
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
August 05 2010 20:44 GMT
#33
Thanks, I've updated the guide with information from the last few posts.
AdministratorTwitter: @R1CH_TL
rei-gouki
Profile Joined August 2010
1 Post
Last Edited: 2010-08-06 03:01:39
August 06 2010 02:31 GMT
#34
This is wrt to the retail SC2. And FuryX, one article/post I read suggested that this problem was typical to 32 bit systems (XP?) as there's a 4GB RAM recognition limit which in turn reduces the size of the memory set aside for Kernel usage.

As a couple of points of note, I only installed the stated "Debugging Tools for Windows" via the web install app as well as the appropriate Symbols set separately. The directory it installed to also had a "{x86}" tagged on the end, but could just be due to the method I used to install it.

Also, I'm not sure if it's same for all, but the default installation path for Symbols for my XP32 appears to be \Windows\Symbols which would affect the command on the last line of step #3 which has it as \symbols.

I have:
- XP32 SP3
- AMD Dual Core
- 4GB RAM
- ASUS EAH4870 512MB, Dual Screen 1280x1024 32bit for both.
- Logitech G15+G13 software.
- Onboard sound (2.0)

I found out the default (set by XP) was running around 145MB Paged Limit. This was fine in WoW (most of the time, as I found out later). Same with SC2 (early/small maps only?). But on monitoring the Kernel Memory usage after making the adjustments to the 192MB setting, I saw both Virtual and Physical peak at around 185MB while playing the Media Blitz campaign map. It may yet go higher, but at least for the time being, 192MB seems enough to deal with the Page Pool Memory issue. I'll update if that changes.

Oh, recommended gfx settings by SC2 were Texture: High, and the Ultra preset.


EDIT: zachj, the edits you suggested are done by the the *.reg files in the zip linked by the OP.
zachj
Profile Joined August 2010
3 Posts
August 06 2010 16:30 GMT
#35
rei-gouki, ya, it looks like the "pagedpool-max.reg file recently added in step 9 is probably the same thing I suggested, since "ffffffff" tells windows to allocate the most resources possible to this pool. But it wasn't there at the time I posted.
xZiGGY
Profile Joined August 2010
United Kingdom801 Posts
Last Edited: 2010-08-08 03:43:20
August 08 2010 03:42 GMT
#36
thanks zach, Ive had the same problem for a while with the 229k limit not being enough to solve my pagedpool problems, heres hoping the 50% increase will make it a nonissue
but even before that this guide made the SP campaign more than playable <3
Meh.
hussyshah331
Profile Joined August 2010
Pakistan1 Post
Last Edited: 2010-08-25 04:29:52
August 11 2010 11:00 GMT
#37
we can get a usefull answer for this site. Then you can get a $10 credit to post their question from

redacted

User was banned for this post.
hgfhgfhgh
Ezareth
Profile Joined August 2010
United States60 Posts
August 16 2010 23:13 GMT
#38
All, I have a pretty sweet system and continued getting this error. I went through these steps and found the max Virtual Page Limit for XP32 bit is 490MB, mine was already set to 384MB.

I did some more research at microsoft and found this:
http://msdn.microsoft.com/en-us/library/bb870880(v=VS.85).aspx

Mainly "System virtual address (VA) space on 32-bit systems can become exhausted due to fragmentation."

I ran a degragmentation analysis and saw a 3.46 GB SCII file that was fragmented in 237 places among other things. Basically if this is happening, as lame as it sounds try defragging your computer. The installation of SCII as well as the ton of large patches since, are guaranteed to cause fragmentation on smaller performance sets and smaller hard drives like many of us use for our applications.

I haven't had this issue happen since.
Hope is the Denial of Reality
Zyphen[p]
Profile Joined May 2010
United States91 Posts
August 18 2010 19:24 GMT
#39
I tried upping the Paged Pool Size reg value to 0xffffffff and defragmented both drives and the problem went away. Thanks!
Without music, life would be a mistake.
Novangel
Profile Joined August 2010
Australia1 Post
August 21 2010 22:50 GMT
#40
I tried the first
cd "\Program Files\Debugging Tools for Windows"
didn't work
Ezareth
Profile Joined August 2010
United States60 Posts
Last Edited: 2010-08-25 02:11:00
August 25 2010 01:37 GMT
#41
The install will call it Dubgging Tools for Windows(86) or the equivalent 64 bit extension.

Just CD to "\Program Files\" and do a DIR and you'll see what it is called.

Also I've had this happen again, but only after playing for 8 hours straight. Either SCII or one of the drivers it is using has a memory leak. After ending a FFA I had 300MB paged pool usage and I didn't even have a game running, I was sitting in a menu.

The beforementioned "solutions" will address this and keep it from happening as frequently as it has in the past for people, but it only bandaids the problem, not fix it.
Hope is the Denial of Reality
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
August 25 2010 04:35 GMT
#42
On August 17 2010 08:13 Ezareth wrote:
All, I have a pretty sweet system and continued getting this error. I went through these steps and found the max Virtual Page Limit for XP32 bit is 490MB, mine was already set to 384MB.

I did some more research at microsoft and found this:
http://msdn.microsoft.com/en-us/library/bb870880(v=VS.85).aspx

Mainly "System virtual address (VA) space on 32-bit systems can become exhausted due to fragmentation."

I ran a degragmentation analysis and saw a 3.46 GB SCII file that was fragmented in 237 places among other things. Basically if this is happening, as lame as it sounds try defragging your computer. The installation of SCII as well as the ton of large patches since, are guaranteed to cause fragmentation on smaller performance sets and smaller hard drives like many of us use for our applications.

I haven't had this issue happen since.

Just to clarify, virtual address space and the paged pool are completely separate things. Virtual address space is the memory allocated to a process, virtualized so the application sees a full 32 bit address space. The paged pool is a kernel-only block of memory allocated at startup. Virtual address space fragmentation only becomes an issue as a process approaches 2GB of memory usage and tries to allocate a contiguous chunk of memory. There is no way to "defragment" the virtual address space other than restarting the program and hoping it doesn't allocate as much memory, and this still doesn't change the fact that the virtual address space and paged pool are entirely separate entities.

In short, defragmenting your hard drive will have no effect at all as not only will this have no effect on memory fragmentation, it won't even touch the paged pool as that is within the kernel only.
AdministratorTwitter: @R1CH_TL
Ezareth
Profile Joined August 2010
United States60 Posts
August 26 2010 00:38 GMT
#43
Not trying to be argumentative but Microsoft is saying exactly the opposite. Basically the "process" is the kernel.

Windows Memory Limits

Paged pool
Limited by available kernel-mode virtual address space or the PagedPoolLimit registry key value.

Windows Vista: Limited only by kernel mode virtual address space. Starting with Windows Vista with Service Pack 1 (SP1), the paged pool can also be limited by the PagedPoolLimit registry key value.
Windows Home Server and Windows Server 2003: 530 MB
Windows XP: 490 MB
Windows 2000: 350 MB

I know for a fact that this has happened only once since I've defragged these files and only then after playing for 8 hours straight on a weekend. It used to happen several times daily and defragging is the only thing I've done since I was already set to max page pool.
Hope is the Denial of Reality
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
August 26 2010 00:47 GMT
#44
Of course virtual address space exists in the kernel too for drivers and the system. But defragmenting files on disk does nothing to free up contiguous address space, and the virtual address space in the kernel is often huge anyway. Are you using Windows XP? This is the only OS that should really have the paged pool issue any more since the article you just linked explains that the paged pool is limited by virtual address space in the kernel since Vista, which should be many hundreds of megabytes. Unless there is some incredibly obscure issue with memory mapped files and disk fragmentation, I don't see how it's possible for defragmenting to do anything at all as fragmentation is handled by the filesystem driver and never exposed to the rest of the system.
AdministratorTwitter: @R1CH_TL
triangle
Profile Blog Joined October 2007
United States3803 Posts
Last Edited: 2010-08-26 05:38:48
August 26 2010 05:34 GMT
#45
I'm having this problem as well. Operating system is windows XP sp3.

My computer has a tiny solid state drive which basically makes it impossible for me to install SC2 on my computer. Instead, I have it installed on an external hard drive.

I was getting paged pool errors until I made a page file on the external drive.
+ Show Spoiler [for what I did] +
My computer -> properties -> advanced -> performance -> advanced -> virtual memory.

Then I made a custom sized page file o the external drive

However, I now get delayed write errors when I plug in the external drive (I never get them when the drive is not plugged in). How concerned should I be about these, and is there any way to resolve this issue?

Thank you so much!
Also known as waterfall / w4terfall
R1CH
Profile Blog Joined May 2007
Netherlands10341 Posts
August 26 2010 06:51 GMT
#46
If the pagefile is on an external disk, the disk needs to be connected permanently.
AdministratorTwitter: @R1CH_TL
triangle
Profile Blog Joined October 2007
United States3803 Posts
August 26 2010 17:43 GMT
#47
On August 26 2010 15:51 R1CH wrote:
If the pagefile is on an external disk, the disk needs to be connected permanently.

As far as I can tell I have 2 gb allotted on the main disk and 2 gb allotted on the external. Is it only possible to have 1 page file?

Also, would this be fixable by always booting with the external attached? I rarely disconnect from the external. Say I disconnect from the external and later want to reconnect. If I turn my computer off, then plug in the external, then boot up, will that resolve the issues?

Sorry if any of these questions are silly.
Also known as waterfall / w4terfall
Ezareth
Profile Joined August 2010
United States60 Posts
August 30 2010 21:55 GMT
#48
On August 26 2010 09:47 R1CH wrote:
Of course virtual address space exists in the kernel too for drivers and the system. But defragmenting files on disk does nothing to free up contiguous address space, and the virtual address space in the kernel is often huge anyway. Are you using Windows XP? This is the only OS that should really have the paged pool issue any more since the article you just linked explains that the paged pool is limited by virtual address space in the kernel since Vista, which should be many hundreds of megabytes. Unless there is some incredibly obscure issue with memory mapped files and disk fragmentation, I don't see how it's possible for defragmenting to do anything at all as fragmentation is handled by the filesystem driver and never exposed to the rest of the system.


Yes I'm using XP. I was under the impression that only XP users have been experiencing this bug due to the limitations of 32bit XP and a static amount of VAS.

On August 27 2010 02:43 triangle wrote:
Show nested quote +
On August 26 2010 15:51 R1CH wrote:
If the pagefile is on an external disk, the disk needs to be connected permanently.

As far as I can tell I have 2 gb allotted on the main disk and 2 gb allotted on the external. Is it only possible to have 1 page file?

Also, would this be fixable by always booting with the external attached? I rarely disconnect from the external. Say I disconnect from the external and later want to reconnect. If I turn my computer off, then plug in the external, then boot up, will that resolve the issues?

Sorry if any of these questions are silly.


This issue particular issue isn't related to your pagefile as that is different than your virtual page pool. I don't see a real reason to put your pagefile on another disk regardless as if the harddrive you are running your OS on is almost full you're going to be running into other more serious issues.
Hope is the Denial of Reality
unkkz
Profile Blog Joined December 2007
Norway2196 Posts
September 05 2010 20:51 GMT
#49
In short with the Win XP dissing, upgrading to Windows 7 should pretty much remove the problem alltogether? If so, a bit offtopic probably, how much more demanding of your system is Windows 7 vs XP?
Coloris
Profile Joined October 2010
1 Post
October 21 2010 19:29 GMT
#50
hi all,
i tried to fix it according to the opening post, but i encountered some problems along the way.

while the symchk for "ntoskrnl.exe" gave out the result as in the screenshot, the check for "ntkrnlpa.exe" gave out 0 for both results. i looked into the folder and there isnt even a file named like that...running an advanced search didnt find the file on my drive at all

also, trying to get the symbols got me following message:
"SYMCHK: Warning: Processing errors were encountered. Results may be inaccurate."

concerning my system:
CPU: Intel Core2 Duo E8400 @ 3.00GHz
Memory: 4094MB RAM
BIOS: Phoenix - AwardBIOS v6.00PG
Graphic Card: NVIDIA GeForce GTX 285
OS: Vista Buisness x64 SP2

thx in advance
EGD Eric
Profile Joined October 2010
Canada5 Posts
Last Edited: 2010-10-25 02:48:34
October 25 2010 02:46 GMT
#51
I'm getting "no symbols" where you have paged limit listed. I followed all your instructions up to the point where I'm supposed to check the paged limit. I get "failed to download file, error returned was 2. (but then again, that's what's on your screenshot, so maybe this is the desired result?)

I noticed that after I followed instructions 1 & 2 (symchk...ntokrnl.exe, symchk ... ntkrnlpa.exe, etc..
2 more times to make sure I did it right, I get the error 3 times for both files now.
Shuriko
Profile Joined July 2010
United States8 Posts
November 13 2010 16:18 GMT
#52
I did this and it didnt work. please help, i keep getting this

[image loading]

Life is what happens when your to busy making other plans.
EGD Eric
Profile Joined October 2010
Canada5 Posts
November 14 2010 19:09 GMT
#53
Shuriko, you should try downloading/installing debugging tools for windows first. If you already did, try checking in your program files folder, see if its really there. Maybe its just named differently. I had the same problem, the directory for me was actually:

C:\Program Files\Debugging Tools for Windows (x86)
jtype
Profile Blog Joined April 2009
England2167 Posts
Last Edited: 2010-11-28 19:35:30
November 28 2010 19:34 GMT
#54
I was really grateful to find this guide as I had tried every combination of pagefile sizes and setups that i could think of, but nothing seemed to affect the actual displayed size of the pagefile in the system information on process explorer. Following your guide has changed that and now it's set at around 368 (only using the "max" reg file actually changed it, btw).

Unfortunately, however, I still keep getting slowdowns and crashes in any game that I play, along with various other errors on other programs (like winamp, mediamonkey, etc) that seem to be related to this issue. The only game that specifically gives me the paging pool error is SC2, but that's only on occasion, usually it will slow down and then textures will start to disappear (leaving yellow-coloured space where they were before). This is also happening in the other games that I play. The only solution, when this happens is to restart my computer, but then it's only a matter of hours before it happens all over again.

My system is more than capable of handling the games that I play, even on high settings, so I'm not sure what the problem is. Any suggestions?
AmpMan
Profile Joined December 2010
Germany1 Post
December 12 2010 00:36 GMT
#55
I was about to quit playing SC2, because of this Problem. Your Guide worked just fine. I only had to restart before step 6.

Thanks alot, there's no better Guide to fix this Problem in the Net.
Brandish
Profile Blog Joined November 2010
United States339 Posts
February 09 2011 06:02 GMT
#56
sorry for necroposting but

My starcraft 2 now crashes upon launch after doing this
ulibuli
Profile Joined February 2011
Mexico1 Post
February 25 2011 00:09 GMT
#57
I need to do all of those steps where my sc2 is installed? or in my S.O
""
sicajung
Profile Joined June 2010
United Kingdom297 Posts
Last Edited: 2011-03-23 09:17:25
March 23 2011 09:15 GMT
#58
is it normal that my sc2 eats up to 1.5gb of RAM. im using windows 7 x64. and i only have 4gb of ram so that 1.5gb is kinda big for me. this occurs to me after patch 1.3 while b4 that i dont have any problem with it whatsoever. my sc2 always runs at around 1gb or below. and i only play at low-medium settings.

can someone help me? what could be the problem ?
zarpthunder
Profile Joined April 2011
United States1 Post
April 10 2011 23:04 GMT
#59
I have a problem. on the second command it says passed+ignored files=0
plz tell me if this matters or not
BobGayman
Profile Joined April 2011
89 Posts
April 10 2011 23:29 GMT
#60
What's wrong with allocating more swap space?
Psychobabas
Profile Blog Joined March 2006
2531 Posts
May 15 2011 11:21 GMT
#61
Hello R1CH,

I've used your guide and fixed my problem 100% on Windows XP.

However, I have a friend with Windows 7, and is getting the same problem after a reset format of his computer. As I am unable to check on Windows7, does your guide also apply for Win7, so I can recommend this thread to him?

Thanks
squall leonhart
Profile Joined November 2010
Australia44 Posts
Last Edited: 2011-05-27 07:34:47
May 26 2011 20:30 GMT
#62
On May 09 2010 04:13 R1CH wrote:
Show nested quote +
On April 22 2010 20:21 Shade692003 wrote:
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.

Show nested quote +
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.

Show nested quote +
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.


You need to go back to reading MSDN, drivers use the NON PAGED POOL, the paged pool is other aspects of the kernel / drivers that don't require direct access to IRQL's, and parts of every other app running on the system..

This means that Sound and Video driver binaries have no direct impact on the paged pool, but subcomponents of them may, such as helper services, or those running in svchost.
GeeMoney
Profile Joined June 2011
United States1 Post
June 19 2011 17:10 GMT
#63
Hi, I finally solved my PAGED POOL MEMORY LOW problem. I also posted this on the battle.net tech support forum.

I play SC2 on several of my PCs with no problems except for 1 system that always gives me the paged pool memory low error. Here are the specs.

ASRock M3A770DE
AMD Athlon II X3 450
Nvidia GTS 250 1GB
4GB RAM
Windows 7 x64

Since I am running x64 paged pool memory should not be an issue. I did all bios, driver, and windows updates. I tried different combinations of graphics settings and messed around with variables.txt. I read this fourm/thread and tried the suggestions, but they are mostly for 32-bit XP. Then I read somewhere that someone disabled their antivirus software and it worked. I am running Avast free antivirus (latest version 6.0.1125). I disabled it and I was able to play all last night with no issue. So problem solved for me.

For some reason SC2 and Avast don't get along on this particular system. I use Avast on all my other PCs and SC2 runs just fine.

Maybe this will help some of you out...
iMp.will.
Profile Joined July 2009
Bulgaria441 Posts
Last Edited: 2011-08-15 07:25:10
August 15 2011 06:51 GMT
#64
I received this memory warning two days ago. Till now Ive never had problems playing but now Ive got this horrible lag spikes every 10 seconds.

I did everything listed in the first post but I still have the same lag spikes in game. Its horrible and driving me crazy already.

http://tinypic.com/view.php?pic=10rthmd&s=7

http://tinypic.com/view.php?pic=2r59iq0&s=7

I used the deault PagedPool. I am with 4GB RAM and using XP. My graphics in game are at medium and I only received this memory warning once. Also when I alt tab when in game I start dropping for a few seconds and get a few seconds delay before i get transfered back in the game.

Would appreciate any help..
germs
Profile Joined June 2011
Philippines3 Posts
August 16 2011 15:06 GMT
#65
Hi everyone, just an hour ago I encountered this problem...

Everything worked fine last night while playing, but out of nowhere weird particles and lines appeared on the screen today. It isn't my video card since I tried playing other heavy GPU games such as Crysis2 and AliceMadnessReturns.
I tried restarting my system but still the same issue.

Here are my specs: i7 920 @4.0ghz, gtx470, 6gb dominator, 1tb hdd

Hope someone could help me out! Thanks in advance.

-xFgGerms
germs.540
jjjuicy
Profile Joined September 2011
301 Posts
September 10 2011 18:01 GMT
#66
On August 17 2011 00:06 germs wrote:
Hi everyone, just an hour ago I encountered this problem...

Everything worked fine last night while playing, but out of nowhere weird particles and lines appeared on the screen today. It isn't my video card since I tried playing other heavy GPU games such as Crysis2 and AliceMadnessReturns.
I tried restarting my system but still the same issue.

Here are my specs: i7 920 @4.0ghz, gtx470, 6gb dominator, 1tb hdd

Hope someone could help me out! Thanks in advance.

-xFgGerms


I have the exact problem as you.
My boyfriend built me a computer to play sc2. Im running windows 7.

Specs:
Mobo: Gigabyte 970A-D3
CPU: AMD X4 Phenom 955 Black edition
CPU heatsink: Arctic Freezer Pro 7 Rev2
RAM: mushkin silverline 4GB DDR3-1333
Videocard: XFX GT240
PSU: 400W
monitor: 22" 1920x1080

After about 3-4 games, I get a "low page pool memory" warning and then my screen gets all 'fuzzy'.. with artifacts and lines. Sort of like the static you get on TV.

Other than the game I don't really have anything running in the background.. MSN, skype, Avast antivirus

Does anyone know what the problem is and how I can fix it? It's really annoying to have to restart my computer ever few games. I also already tried setting the virtual memory higher but it doesn't help.

Any help is appreciated, thanks!
NewbieOne
Profile Blog Joined December 2010
Poland560 Posts
Last Edited: 2011-09-11 00:58:34
September 11 2011 00:57 GMT
#67
I know the problem (I get it whenever the computer has been on for long, even without gaming or actually doing anything), although I don't know what causes it other than perhaps some connection with overheating or with split 12V rail on the PSU (single lines are better for the more demanding GFX cards), the latter obviously not being connected to paged pool mem but causing similar behaviour of the graphics card.
jjjuicy
Profile Joined September 2011
301 Posts
September 21 2011 00:58 GMT
#68
so does that mean it's a graphics card problem???
FaCE_1
Profile Blog Joined December 2006
Canada6173 Posts
September 22 2011 15:22 GMT
#69
On August 15 2011 15:51 iMp.will. wrote:
I received this memory warning two days ago. Till now Ive never had problems playing but now Ive got this horrible lag spikes every 10 seconds.

I did everything listed in the first post but I still have the same lag spikes in game. Its horrible and driving me crazy already.

http://tinypic.com/view.php?pic=10rthmd&s=7

http://tinypic.com/view.php?pic=2r59iq0&s=7

I used the deault PagedPool. I am with 4GB RAM and using XP. My graphics in game are at medium and I only received this memory warning once. Also when I alt tab when in game I start dropping for a few seconds and get a few seconds delay before i get transfered back in the game.

Would appreciate any help..


You sure you use XP ? you screenshot look like Win7 and XP won't use 4gig of ram.
n_n
aike
Profile Blog Joined July 2010
United States1629 Posts
September 22 2011 15:42 GMT
#70
On September 23 2011 00:22 FaCE_1 wrote:
Show nested quote +
On August 15 2011 15:51 iMp.will. wrote:
I received this memory warning two days ago. Till now Ive never had problems playing but now Ive got this horrible lag spikes every 10 seconds.

I did everything listed in the first post but I still have the same lag spikes in game. Its horrible and driving me crazy already.

http://tinypic.com/view.php?pic=10rthmd&s=7

http://tinypic.com/view.php?pic=2r59iq0&s=7

I used the deault PagedPool. I am with 4GB RAM and using XP. My graphics in game are at medium and I only received this memory warning once. Also when I alt tab when in game I start dropping for a few seconds and get a few seconds delay before i get transfered back in the game.

Would appreciate any help..


You sure you use XP ? you screenshot look like Win7 and XP won't use 4gig of ram.


2 things. It looks like XP with a windows 7 skin, windows 7 doesn't actually look like that. And XP will use 4gig of ram just fine. 64bit windows is required to user over 4GB of RAM, If you are running 32bit you can still use 4GB, but only as a maximum total memory (So if your video card uses 512 then you lose that in RAM).
Wahaha
DeltaX
Profile Joined August 2011
United States287 Posts
Last Edited: 2011-11-07 23:55:13
September 24 2011 19:33 GMT
#71
Nevermind, this didn't actually work
masch
Profile Joined September 2011
Malaysia2 Posts
September 25 2011 07:14 GMT
#72
I don't know how many "solutions" I have read. I can't play SC2 for more than 10 minutes without freezing.

I have the ASUS ROG G53SX gaming notebook
Win7 64 bit
Intel i7
Nvidia GTX 560m 2GB vram
8GB DDR3

I have just reinstalled windows 7 with all the latest ASUS and nVidia drivers.
I have installed SC2 and patched to 1.4. Nothing else installed. Not even anti virus.
(This is because I want to use SC2 to test this machine, and SC2 is the only one I have)

I have stereoscopic 3D turned off. I have set nVidia driver to set PhysX to use GPU.

I disable wifi, and set to play Offline Mode.

I set Video options - everything to the lowest possible.
I alt-tab back to desktop, open Task Manager, under Processes find SC2(*32).exe and right click, set Priority to High. Affinity is still 4 processors.

Alt-tab back into the game, I play for a while, and then suddenly the screen flickers, the harddrive light turns on for about 5 seconds, then I see my desktop, then another 5 seconds I see SC2 game again, with a message that pops up : Paged pool memory is running low - all video settings are dumbed down etc. Then if I continue playing, it will blank out again (like trying to go back to desktop), in fact I think the game is trying to change resolution or something, you know when you set resolution the screen goes to desktop for a while and goes back to load the game. After it blanks out, it will freeze, blank screen. I can't ctrl-alt-del, nothing happens, alt-tab or windows button no response. The sound usually continues playing or stutters at this point.

This setting is the furthest I have reached, usually after about 4 minutes.

Before I made those changes, I'd have normal settings, graphics set to medium or high, no setting of process priority, I'd last about 2 mins in game then the switch-to-desktop-back-into-game happens about 4 to 5 times until it freezes. At least with the latest settings, it doesnt switch to desktop and back into game that often, only once or twice and freeze.

If I find out why the screen goes to desktop then back into game (without me touching anything), then I'd understand what the problem is.

Right now it seems even windows 7 64-bit does not solve the paged pool memory thing.

Does anyone have any suggestions to assist me with the problems?

*btw I also used regedit to change the PagedPoolSize from 0x00000000 to 0xffffffff - and I don't see any difference. It still switches and switches until it freezes.







LiquidSlick
Profile Joined January 2011
United States33 Posts
October 05 2011 07:57 GMT
#73
I am having the same issue as the poster above me. I just got a new computer with the Nvidia GTX 580. System recommends Ultra nad Extreme settings. I have the i7 processor and 16gbs of RAM. I should CLEARLY be able to run this game on any setting.

I can play for probably 7-10 minutes and it locks up. On a couple occasions I get the page pool memory error. A lot of the time it will completely lock up and cntrl-alt-delete wont even work. I restart the computer and theg ame will load and etc. I get minor amounts of artifacting and most of the time the screen will go black. The audio will also skip at this point. The computer is BRAND NEW and has only SC2 and xsplit on it.

PLEASE help me out. I can't figure it out...
"Tonights the night." - Dexter Morgan
tUUTZ
Profile Joined July 2011
Finland122 Posts
October 05 2011 08:05 GMT
#74
Is there any way to disable the retarded warnings. I can run the game fine, but all the time my screen is full of "your PC is shit hahaha lmao" "running out of paged pool memory" "get a new computer faggot" "your computer sucks" messages blocking my whole vision. They always make me unable to split immediately as there is like 3 warnings at the start of the game.
Bambipwnsu
Profile Blog Joined November 2010
Canada698 Posts
October 05 2011 08:07 GMT
#75
On October 05 2011 16:57 LiquidSlick wrote:
I am having the same issue as the poster above me. I just got a new computer with the Nvidia GTX 580. System recommends Ultra nad Extreme settings. I have the i7 processor and 16gbs of RAM. I should CLEARLY be able to run this game on any setting.

I can play for probably 7-10 minutes and it locks up. On a couple occasions I get the page pool memory error. A lot of the time it will completely lock up and cntrl-alt-delete wont even work. I restart the computer and theg ame will load and etc. I get minor amounts of artifacting and most of the time the screen will go black. The audio will also skip at this point. The computer is BRAND NEW and has only SC2 and xsplit on it.

PLEASE help me out. I can't figure it out...


Have you tried downloading the latest drivers from Nvidia's site? Which version are you using currently?
LoL @ NA: bambipwnsu
masch
Profile Joined September 2011
Malaysia2 Posts
October 08 2011 02:07 GMT
#76


Have you tried downloading the latest drivers from Nvidia's site? Which version are you using currently?


Latest drivers. I think 280.26.

Now running tweakforce drivers.. from dxdiag it says 8.17.12.8026

Its driving me up the wall. I have 8GB RAM and over 1GB RAM

This is the ASUS Republic of Gamers series, G53SX. The full specs are also online.
Midori8
Profile Joined January 2011
Australia126 Posts
October 17 2011 10:14 GMT
#77
OMG R1CH you are awesome! :D

Tried this, was getting the message sometimes lategame, but the game started running really slow earlygame, so tried it and it worked.

Thanks
Alchemist07
Profile Joined October 2011
2 Posts
October 24 2011 22:34 GMT
#78
Hi all,

My laptop is a Gatway p-6831fx with Nvidia 8800m gts, T9300 intel core 2 duo, and 3GB ram.

I started to get problems with the screen on my laptop crashing after installing the nvidia BF3 beta driver and playing BF3 beta for an hour or so. After that I started to get intermittent black screens on the desktop and messages saying "...kernel mode driver xxx.xx crashed and recovered successfully"...figured something was messed up with drivers and reinstalling old drivers didnt help at all...In the end formatted and reinstalled windows 7 32 bit.

Problem went away but after a week its back with a vengeance..was using tweakforce 280.26 drivers since they helped a bit before I formatted windows but now when i play sc2 get the paged pool memory error message, except it lets me play out the rest of the match, and then crashes with blue then black screen at the summary screen.

was getting the driver recovered message a bit too but now only getting crashes with sc2 after going to the 280.26 whql driver.

Any ideas?..would try the method posted but its for xp not windows 7.... gna try the variables.txt method then try disabling avast next.

Would try a clean install of windows 7 64bit If I knew that would help but no point if will still get errors.
lyrlian
Profile Blog Joined January 2011
Netherlands257 Posts
October 25 2011 00:13 GMT
#79
This never worked for me, I tried to get it to work, time and time again, after upgrading to windows 7 and getting 4GB memory, I have never seen this error again
@lyrlian on twitter! Caster for ESET, WCS and various other events.
Alchemist07
Profile Joined October 2011
2 Posts
October 26 2011 18:17 GMT
#80
On October 25 2011 07:34 Alchemist07 wrote:
Hi all,

My laptop is a Gatway p-6831fx with Nvidia 8800m gts, T9300 intel core 2 duo, and 3GB ram.

I started to get problems with the screen on my laptop crashing after installing the nvidia BF3 beta driver and playing BF3 beta for an hour or so. After that I started to get intermittent black screens on the desktop and messages saying "...kernel mode driver xxx.xx crashed and recovered successfully"...figured something was messed up with drivers and reinstalling old drivers didnt help at all...In the end formatted and reinstalled windows 7 32 bit.

Problem went away but after a week its back with a vengeance..was using tweakforce 280.26 drivers since they helped a bit before I formatted windows but now when i play sc2 get the paged pool memory error message, except it lets me play out the rest of the match, and then crashes with blue then black screen at the summary screen.

was getting the driver recovered message a bit too but now only getting crashes with sc2 after going to the 280.26 whql driver.

Any ideas?..would try the method posted but its for xp not windows 7.... gna try the variables.txt method then try disabling avast next.

Would try a clean install of windows 7 64bit If I knew that would help but no point if will still get errors.


Ugh, now tried alternative antivirus from Avast (Ad-aware from lavasoft) which didnt chang anything.

Also reinstalled windows 7 in 64 bit ...didnt help.

Next might try stick to an older driver I had that I never had problems with (sucks to lose the performance of the newer driver though) and see if that helps
Raimu
Profile Joined July 2011
United Kingdom79 Posts
October 31 2011 11:02 GMT
#81
I get this error in W7, does this method of fixing the problem work for anything other than XP?
Ciraxis
Profile Joined June 2010
Australia400 Posts
November 07 2011 03:39 GMT
#82
Thank you so much for posting this guide R1CH. I've had this problem since release and I haven't been bothered to fix it until now. Finally, I can run SC2 perfectly.
Corridor
Profile Joined June 2011
Malaysia32 Posts
November 07 2011 10:03 GMT
#83
I'm also experiencing this issue, I'm on Windows 7. Haven't been playing Starcraft 2 for a while, but this happens. What gives?
xtfftc
Profile Blog Joined April 2010
United Kingdom2343 Posts
November 09 2011 13:48 GMT
#84
1. Decide to finally do something about this "paged pool memory" problem.
2. Google "paged pool memory".
3. R1CH has already written a guide about it.
4. TL saves the day again.
Indrium
Profile Joined November 2010
United States2236 Posts
Last Edited: 2011-11-13 02:51:33
November 13 2011 01:22 GMT
#85
I'm getting this error as well on Windows 7.

It's weird, I used to be able to play fine and now the lag is so bad that the game is unplayable. I just updated my drivers.
Lavit2099
Profile Joined November 2011
United States390 Posts
December 31 2011 08:19 GMT
#86
Anyone have any clues about how we can deal with this issue with Vista or W7? SC2 is nigh unplayable when it trips, because it ALWAYS happens at an important moment (like seeing the rat bastard's proxy racks -_- )
Lavit2099
Profile Joined November 2011
United States390 Posts
January 01 2012 01:36 GMT
#87
So far today I'm 3 for 3 in having NO issues with SC2!!!!!

Here's what I did (I have Vista but this works for W7 too).

"Try adjusting your virtual memory. I am not sure about XP ones cuz i abandon XP a few months ago. If you are windows 7 or vista, it should be around there

Go to start>right click on my computer>properties>advance system settings>under advance tab>click settings for the performance area>click advance tab again and you should see your virtual memory section.

Click change. Change it to a higher value, with minimum of 1.5x of your RAM"

Taken from a guy named Jarod on the forum techsupportforum.com. I looked at it, and it had capped at exactly how much ram I have. I put it up to the suggested cap and boom, no problems.
JTH9789
Profile Joined July 2011
Australia4 Posts
February 29 2012 11:24 GMT
#88
I'm on Windows 7 64-bit also and I have the same problem, I've tried everything here and nothing has worked! I used to be able to play the game fine on my old computer, just bought a new one and now this. If anyone can help please do.
Lavit2099
Profile Joined November 2011
United States390 Posts
February 29 2012 11:43 GMT
#89
The harddrive, for me, was the main issue. I had a small one that was mostly full (less than 6gb left open) with my OS and other regularly needed programs. Swapped out the harddrive, installed Win7, did the exact thing I said in my previous post and it worked flawlessly. How much free space do you have on your harddrive, both your main one (where the OS is installed) and the one that SC2 is installed on (I use an external for all of my games), if they are different?
JTH9789
Profile Joined July 2011
Australia4 Posts
March 01 2012 03:08 GMT
#90
I have a 128Gb SSD which I have Windows7, SC2 and my other programs installed on, and a separate 1Tb HDD which I store all my music, movies etc. I have about 60Gb of free space on my SSD and about 500Gb of free space on my HDD. So I don't think the free space should be an issue in my case, should it?
Lavit2099
Profile Joined November 2011
United States390 Posts
March 01 2012 03:38 GMT
#91
No, harddrive size wouldn't be an issue. When you check your virtual memory (as outlined in my previous post) what numbers does it say your pool memory is set at?
JTH9789
Profile Joined July 2011
Australia4 Posts
March 01 2012 08:49 GMT
#92
The link below is a screenshot of my virtual memory, and as I've said I tried this and still had no sucess. I've tried setting Windows to automatically manage the virtual memory, and tried setting the minimum value to the amount of memory I have (16Gb) and that also has no effect.

http://i.imgur.com/xbXXw.png
Lavit2099
Profile Joined November 2011
United States390 Posts
March 01 2012 16:45 GMT
#93
You don't want to set your virtual memory to the minimum value. Nor do you want Windows to set it. You want to set it yourself. I put the initial as 2x my RAM and the max as 4x my RAM. Try doing that.
JTH9789
Profile Joined July 2011
Australia4 Posts
March 04 2012 05:09 GMT
#94
I tried doing this but didn't have any luck. I found the problem was with either my graphics card or its drivers. I swapped my gtx550Ti for a HD6850 and the problem disappeared. Thanks for your help!
Borkbokbork
Profile Joined April 2011
United States123 Posts
April 17 2012 22:33 GMT
#95
Hi there, I apologize for necroing this thread but I am having this problem as well.

However,

I have a Macbook Pro with bootcamp, that is partioned- meaning I can choose to use either Mac or Windows 7. (64 bit)

I'm having this paged pool memory issue with NO other applications open. Just Starcraft 2. Could the fact that the computer is partitioned affect this?


Thanks and if anyone knows exactly how to get this fixed I am willing to pay you for your time. Just pm me and we can work something out?
qi neng jin ru ren yi, dan qiu wu kui wo xin
SpyKe_
Profile Joined July 2012
France17 Posts
February 11 2013 16:39 GMT
#96
I'd like to thank you very much for this guide R1CH,guess not much people use xp anymore,still thanks to you I can play our favorite game
Normal
Please log in or register to reply.
Live Events Refresh
Next event in 9h 45m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 485
Lowko48
ProTech0
StarCraft: Brood War
Britney 43416
Calm 10866
Bisu 3005
Rain 1916
Horang2 1807
Flash 1150
Jaedong 871
Mini 810
actioN 746
Larva 533
[ Show more ]
EffOrt 481
Hyuk 454
ggaemo 299
Barracks 256
BeSt 237
Soulkey 162
sorry 142
Soma 133
Mong 125
Light 119
Snow 110
Sharp 90
Hyun 90
PianO 75
Killer 66
ToSsGirL 63
Pusan 58
JYJ50
Backho 50
Free 38
ajuk12(nOOB) 32
TY 32
zelot 23
soO 20
JulyZerg 13
Sacsri 13
scan(afreeca) 13
HiyA 13
IntoTheRainbow 12
Terrorterran 11
SilentControl 10
ivOry 7
Rock 4
Beast 3
Dota 2
Gorgc5404
qojqva2890
Dendi1222
syndereN210
XcaliburYe173
Counter-Strike
fl0m2515
olofmeister1536
flusha64
kRYSTAL_35
Other Games
singsing2307
B2W.Neo1509
hiko854
crisheroes387
Fuzer 297
mouzStarbuck190
ArmadaUGS175
MindelVK16
KnowMe0
RotterdaM0
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 6
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2637
• WagamamaTV470
League of Legends
• Nemesis5689
• Jankos1361
• TFBlade107
Upcoming Events
Replay Cast
9h 45m
The PondCast
19h 45m
WardiTV Summer Champion…
20h 45m
herO vs MaxPax
Clem vs Classic
Replay Cast
1d 9h
LiuLi Cup
1d 20h
MaxPax vs TriGGeR
ByuN vs herO
Cure vs Rogue
Classic vs HeRoMaRinE
Cosmonarchy
2 days
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
BSL Team Wars
2 days
Team Hawk vs Team Dewalt
BSL Team Wars
2 days
Team Hawk vs Team Bonyth
SC Evo League
2 days
TaeJa vs Cure
Rogue vs threepoint
ByuN vs Creator
MaNa vs Classic
Maestros of the Game
3 days
ShoWTimE vs Cham
GuMiho vs Ryung
Zoun vs Spirit
Rogue vs MaNa
[ Show More ]
[BSL 2025] Weekly
3 days
SC Evo League
3 days
Maestros of the Game
4 days
SHIN vs Creator
Astrea vs Lambo
Bunny vs SKillous
HeRoMaRinE vs TriGGeR
BSL Team Wars
4 days
Team Bonyth vs Team Sziky
BSL Team Wars
4 days
Team Dewalt vs Team Sziky
Monday Night Weeklies
5 days
Replay Cast
5 days
Sparkling Tuna Cup
5 days
Liquipedia Results

Completed

CSLAN 3
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL Season 18: Qualifier 1
Acropolis #4 - TS1
CSL Season 18: Qualifier 2
SEL Season 2 Championship
WardiTV Summer 2025
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

CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
Maestros of the Game
EC S1
Sisters' Call Cup
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
Roobet Cup 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.