Re: Hibernate - "Insufficient system resources exists to complete the API"
On Sat, 25 Oct 2008 08:43:28 -0500, "BillW50" <BillW50@aol.kom> wrote:
> In news:eaiT6%2379IHA.5088@TK2MSFTNGP05.phx.gbl,
> R. McCarty typed on Wed, 6 Aug 2008 08:26:56 -0400:
> > Check the following:
> > http://support.microsoft.com/kb/909095
> >
> > "BillW50" <BillW50@aol.kom> wrote in message
> > news:OOKzh579IHA.4552@TK2MSFTNGP03.phx.gbl...
> >> Since upgrading my laptop from 1GB to 2GB, I now sometimes receive
> >> the following error whenever I try to hibernate.
> >>
> >> Windows - System Error
> >> Insufficient system resources exists to complete the API.
> >>
> >> Once this error pops up in the system tray, hibernation option isn't
> >> available again until a system reboot. Seems to happen about 50% of
> >> the time when you try to hibernate. Any ideas? I'm thinking about
> >> downgrading the memory to 1.5GB. LOL
>
> Actually later I learned it was anything over 1GB installed. The hotfix
> didn't work. Although I finally think I have a fix. And that was to turn off
> the pagefile. Now hibernation works very well again. Currently I have 1.5GB
> installed and that is about 800kb more than I need anyway.
I don't know anything about your hibernation problem, and I don't use
hibernation myself. But if you are running with the page file turned
off, it's a bad mistake.
Here's my standard post on this subject:
1. If you don't have a page file, you can't use all the RAM you have.
That's because Windows preallocates virtual memory in anticipation of
a possible need for it, even though that allocated virtual memory may
never be used. Without a page file, that allocation has to be made in
real memory, thus tying up that memory and preventing it from being
used for any purpose.
2. There is never a benefit in not having a page file. If it isn't
needed, it won't be used. Don't confuse allocated memory with used
memory.
If you have more memory than you need, some of the above may not be
completely pertinent to you, but I still think turning off the page
file shouldn't be done, since there is always a possibility that it
may hurt you.
--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup