A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows 7 » Windows 7 Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Allocation of hiberfil.sys



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old November 23rd 14, 06:26 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.
--
Jeff Barnett
Ads
  #2  
Old November 23rd 14, 11:35 AM posted to alt.windows7.general
philo [_3_]
external usenet poster
 
Posts: 984
Default Allocation of hiberfil.sys

On 11/23/2014 12:26 AM, Jeff Barnett wrote:



portions snipped for brevity

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?



The file is not "tossed away" as you can view it in your root directory
by allowing the viewing of hidden files.

If hibernation is giving you a problem...maybe you can set your machine
to safely shut down in the event of a power failure which switches you
to UPS. Then you can turn off hibernation entirely.


  #3  
Old November 23rd 14, 02:42 PM posted to alt.windows7.general
Spalls Hurgenson
external usenet poster
 
Posts: 123
Default Allocation of hiberfil.sys

On Sat, 22 Nov 2014 23:26:47 -0700, Jeff Barnett
wrote:

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.


It's been a couple of years but if I remember correctly from a
discussion about the security issues of hibernation, the actual data
in the hibernation file is only written to when the computer actually
goes into hibernation.

The procedure is basically "write RAM to disk, then mark MBR to load
from hiberfil.sys file on next boot, then shut down computer" (without
hibernation, it skips the first two parts).

The disk space remains allocated regardless of whether or not you
actually hibernate, and the contents of that file contain the dump
from your last hibernation, even if you have rebooted multiple times
since then

So if the worry - because of SSD wear limits - is whether or not you
are refreshing 50gb everytime you boot (or shut-down), then you are
probably safe. The data isn't being refreshed all the time. If you
only hibernate once a month, then that 50gb hiberfil.sys is only being
written to once a month. (I think some parts of the hiberfil are
overwritten on each boot, but this is essentially just header info;
the bulk remains untouched)

Note that the above is applicable only up to Windows7; the answer is
different in Windows 8+. Win8 by default never "shuts down" the
traditional way but always tries to hibernate ("hybrid sleep"). Even a
normal shutdown will still write to the hiberfil in this case (that's
how it reboots so fast). The only way to disable hybrid shutdown (and
prevent it from writing to hiberfil.sys every time you turn off the
computer) is to disable hibernation entirely or shutdown via a
shortcut or command prompt ("shutdown /s /t 0").



  #4  
Old November 23rd 14, 02:53 PM posted to alt.windows7.general
Mayayana
external usenet poster
 
Posts: 6,438
Default Allocation of hiberfil.sys

I don't know if this helps, but have you considered
just disabling it? Then you can delete th file. I've
never enabled hibernation, partly because I don't
see the point and partly because it needs a lot of
space. I have a UPS. If the power goes out I finish
what I'm doing and shut down until the power comes
back. I don't see why hibernation should be set in
motion (or lack of motion) in that scenario.



  #5  
Old November 23rd 14, 05:26 PM posted to alt.windows7.general
VanguardLH[_2_]
external usenet poster
 
Posts: 10,881
Default Allocation of hiberfil.sys

Jeff Barnett wrote:

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.


Hiberfil.sys is a copy of memory. On shutdown, Windows first writes the
memory into that file. That is when the file gets written. It is not
written on startup, only read back into memory. That's why when you
restart from hibernation that all your running programs are still
running. Nothing runs unless loaded into memory and hibernation speeds
up the load process by writing to memory, not loading programs from
scratch. The file does not get "tossed away" (deleted) after it has
been read into memory on Windows startup. Disabling hibernation does
not delete hiberfil.sys. It sits there occupying space and is only
accessed on Windows shutdown to write memory into that file.

If you have 16GB of system RAM then you have 16GB of space getting
consumed on your SSD for the hibernil.sys file. Considering how
expensive are SSDs and that they are smaller than HDDs in typical
setups, and because you are already using memory (the SSD) for loading
programs, do you really want to consume all that space on the SSD for
neglible gain on Windows startup? The speedup (with HDDs) on startup is
countered by the slowdown on shutdown (to write memory to a file). What
was the point of getting an SSD if not to speedup the start of Windows?

Then consider the pagefile.sys file that is usually equal to or greater
than your system RAM (or whatever size you configured -- but never
disable it). Between hibernil.sys and pagefile.sys, you could be eating
up a big chunk of your SSD. If you use the SSD for the OS and apps and
have an HDD for data, you can configure Windows to put most of its
pagefile on the HDD (i.e., split up the pagefile). Many programs will
request pagefile space and if they don't get it then they fail or
misbehave, so you still need to have some pagefile space. If you have
16GB of system RAM, you don't need that much in pagefile space. A big
pagefile on a huge HDD is trivial but not on an SSD since they are much
smaller and much more costly per GB. You could reduce pagefile to split
it into a 1GB portion on the SSD and a 4GB portion on the HDD. If you
don't have an HDD then just go with 4GB on the SSD, not a whopping 16GB.
Hibernation isn't needed with an SSD so disable hibernation and delete
the hibernil.sys file. You've now reclaimed lots of space on the SSD
that was wasted before.

There's little advantage in using hibernation if you are using an SSD
for the operating system and applications. Hibernation works by loading
a file into memory on Windows startup. That takes time. In your case,
you are loading a file from slower memory (SSD) into faster memory
(system RAM), not from a slow HDD into system RAM. Hibernation requires
first writing memory into a file and then shutting down Windows. That
means shutdown takes longer (the time to write hiberfil.sys). Since you
have an SSD for fast startup, you are slowing the time to shutdown.
With an HDD, shutdown gets significantly slowed down when hibernation is
enabled. Still takes time when using an SSD, too. You trade the slow
shutdown for a faster startup. Hibernating doesn't make much sense with
an SSD, especially if you need a fast shutdown due to a power outage.

Have you actually timed how long it takes to boot to a *usable* Windows
desktop by doing a normal load of Windows (hibernation off) versus a
boot using hibernation? It can sometimes take LONGER to start Windows
using hibernation mode than starting Windows in its normal mode. With
hibernation, the entire hibernil.sys file gets written into memory.
That means loading all those programs that you may no longer need on the
next startup of Windows. If you had Word, web browser, and umpteen
other programs open on Windows shutdown (with hibernation) but the next
time you want to quickly load Windows just to check something, you'll
have to wait until hibernil.sys gets loaded into memory to load all
those umpteen programs before you do your quick check. Do you really
want to wait around for a 16GB hibernil.sys file to get copied into your
16GB of system RAM, especially when you don't want to have all those
same programs running on startup that you had running just before
shutdown?
  #6  
Old November 23rd 14, 07:10 PM posted to alt.windows7.general
pjp[_10_]
external usenet poster
 
Posts: 1,183
Default Allocation of hiberfil.sys

In article , says...

Jeff Barnett wrote:

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.


Hiberfil.sys is a copy of memory. On shutdown, Windows first writes the
memory into that file. That is when the file gets written. It is not
written on startup, only read back into memory. That's why when you
restart from hibernation that all your running programs are still
running. Nothing runs unless loaded into memory and hibernation speeds
up the load process by writing to memory, not loading programs from
scratch. The file does not get "tossed away" (deleted) after it has
been read into memory on Windows startup. Disabling hibernation does
not delete hiberfil.sys. It sits there occupying space and is only
accessed on Windows shutdown to write memory into that file.

If you have 16GB of system RAM then you have 16GB of space getting
consumed on your SSD for the hibernil.sys file. Considering how
expensive are SSDs and that they are smaller than HDDs in typical
setups, and because you are already using memory (the SSD) for loading
programs, do you really want to consume all that space on the SSD for
neglible gain on Windows startup? The speedup (with HDDs) on startup is
countered by the slowdown on shutdown (to write memory to a file). What
was the point of getting an SSD if not to speedup the start of Windows?

Then consider the pagefile.sys file that is usually equal to or greater
than your system RAM (or whatever size you configured -- but never
disable it). Between hibernil.sys and pagefile.sys, you could be eating
up a big chunk of your SSD. If you use the SSD for the OS and apps and
have an HDD for data, you can configure Windows to put most of its
pagefile on the HDD (i.e., split up the pagefile). Many programs will


What I don't understand is I have hibernate turned off yet there's sill
a hiberfil.sys file in the root directory of C (the boot drive). Is it
safe to just delete that?
  #7  
Old November 23rd 14, 07:44 PM posted to alt.windows7.general
VanguardLH[_2_]
external usenet poster
 
Posts: 10,881
Default Allocation of hiberfil.sys

pjp wrote:

What I don't understand is I have hibernate turned off yet there's sill
a hiberfil.sys file in the root directory of C (the boot drive). Is it
safe to just delete that?


Yep. Disabling hibernation does not delete the hiberfil.sys file (which
is thereafter unused, anyway). I don't use hibernation so I don't
remember what you have to do to delete the file. It won't be inuse
(never is until a Windows shutdown with hibernation enabled) but you may
have to remove the hidden and system file attributes.

http://helpdeskgeek.com/windows-7/wi...-hiberfil-sys/
http://www.nextofwindows.com/what-is...d-drive-space/

There it makes mention that using the GUI wizard to disable hibernation
will not delete the hiberfil.sys file. Using the console-mode powercfg
program to disable hibernation apparently deletes the file. I suspect
they mention using the powercfg utility to both disable hibernation and
delete the file to avoid describing how to use DOS-mode commands inside
a UAC-authorized command shell.


Dual use of hiberfil.sys in Windows 8:

http://www.nextofwindows.com/hiberfi...-to-delete-it/

That mentions for Windows 8+ that you can disable hibernation but should
not delete the hiberfil.sys file which serves dual purpose. Hibernation
would make the file huge. Fast Start in Windows 8 also uses this file
but for the much smaller kernel process loading. However, the file
would not be so huge with just Fast Start so hiberfil.sys is a non-issue
in Windows 8 (as long as you disabled hibernation).
  #8  
Old November 23rd 14, 10:39 PM posted to alt.windows7.general
Gene E. Bloch[_2_]
external usenet poster
 
Posts: 7,485
Default Allocation of hiberfil.sys

On Sat, 22 Nov 2014 23:26:47 -0700, Jeff Barnett wrote:

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?


As others have noted, what the tech said is wrong.

I'm trying to be generous to the tech here. Maybe he was trying to
describe what really happens (AIUI): once the system restarts, the
current contents of the hibernate file are never read again, but at the
next shutdown, the then currrent contents of memory are rewritten (not
reallocated).

--
Gene E. Bloch (Stumbling Bloch)
  #9  
Old November 23rd 14, 11:57 PM posted to alt.windows7.general
pjp[_10_]
external usenet poster
 
Posts: 1,183
Default Allocation of hiberfil.sys

In article , says...

pjp wrote:

What I don't understand is I have hibernate turned off yet there's sill
a hiberfil.sys file in the root directory of C (the boot drive). Is it
safe to just delete that?


Yep. Disabling hibernation does not delete the hiberfil.sys file (which
is thereafter unused, anyway). I don't use hibernation so I don't
remember what you have to do to delete the file. It won't be inuse
(never is until a Windows shutdown with hibernation enabled) but you may
have to remove the hidden and system file attributes.

http://helpdeskgeek.com/windows-7/wi...-hiberfil-sys/
http://www.nextofwindows.com/what-is...d-drive-space/

There it makes mention that using the GUI wizard to disable hibernation
will not delete the hiberfil.sys file. Using the console-mode powercfg
program to disable hibernation apparently deletes the file. I suspect
they mention using the powercfg utility to both disable hibernation and
delete the file to avoid describing how to use DOS-mode commands inside
a UAC-authorized command shell.


Dual use of hiberfil.sys in Windows 8:

http://www.nextofwindows.com/hiberfi...-to-delete-it/

That mentions for Windows 8+ that you can disable hibernation but should
not delete the hiberfil.sys file which serves dual purpose. Hibernation
would make the file huge. Fast Start in Windows 8 also uses this file
but for the much smaller kernel process loading. However, the file
would not be so huge with just Fast Start so hiberfil.sys is a non-issue
in Windows 8 (as long as you disabled hibernation).


The powercrfg command removed the file.
  #10  
Old November 24th 14, 12:58 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

philo wrote, On 11/23/2014 4:35 AM:
On 11/23/2014 12:26 AM, Jeff Barnett wrote:



portions snipped for brevity

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?



The file is not "tossed away" as you can view it in your root directory
by allowing the viewing of hidden files.

If hibernation is giving you a problem...maybe you can set your machine
to safely shut down in the event of a power failure which switches you
to UPS. Then you can turn off hibernation entirely.


Please reread my message. I said "... that hiberfil.sys was tossed away
and reallocated
whenever the system was booted." Note the word "reallocated".

--
Jeff Barnett
  #11  
Old November 24th 14, 01:04 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

Spalls Hurgenson wrote, On 11/23/2014 7:42 AM:
On Sat, 22 Nov 2014 23:26:47 -0700, Jeff Barnett
wrote:

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.


It's been a couple of years but if I remember correctly from a
discussion about the security issues of hibernation, the actual data
in the hibernation file is only written to when the computer actually
goes into hibernation.


Thanks for responding.

The problem is rather the opposite. I almost never hibernate - see
original message. Therefore, a large set of blocks are never used unless
some magic happens. Therefore, evening wear on the locked blocks is
impossible and will prematurely wear out the SSD. I'll be rather sad if
what you say about not scrapping and reallocating is true.

I deleted rest of message since it was off (my) target.
--
Jeff Barnett
  #12  
Old November 24th 14, 01:08 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

Mayayana wrote, On 11/23/2014 7:53 AM:
I don't know if this helps, but have you considered
just disabling it? Then you can delete th file. I've
never enabled hibernation, partly because I don't
see the point and partly because it needs a lot of
space. I have a UPS. If the power goes out I finish
what I'm doing and shut down until the power comes
back. I don't see why hibernation should be set in
motion (or lack of motion) in that scenario.


Please reread original message. Hibernation is used by the UPS in case
of emergencies. Bad power events cause hibernation; nothing else does on
these desk tops. Disabling hibernation causes all sorts of problems: 1)
power outages crash machine, 2) open applications can lose work, 3) we
would need to shut power down every time we step away from our computers
to protect data, 4) etc. These may not be considerations for you but
they are for me.
--
Jeff Barnett

  #13  
Old November 24th 14, 01:12 AM posted to alt.windows7.general
philo [_3_]
external usenet poster
 
Posts: 984
Default Allocation of hiberfil.sys

On 11/23/2014 06:58 PM, Jeff Barnett wrote:


Please reread my message. I said "... that hiberfil.sys was tossed away
and reallocated
whenever the system was booted." Note the word "reallocated".




sheesh, how can I re-read it when I never read it in the first place?

anyway I see what you mean...
  #14  
Old November 24th 14, 01:16 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

VanguardLH wrote, On 11/23/2014 10:26 AM:
Jeff Barnett wrote:

I had a conversation with Samsung about hiberfil.sys issues on an SSD.
Basically I wanted to know if the 50GB block (I have 64GB DRAM in my
desktops) allocated for that file was "frozen". By frozen I meant that
the large set of storage blocks allocated sat there and were never
rotated in and out of use; the only time my system hibernates is when
the APC UPC software detects an unresolved power problem. This happens,
maybe, once a year. I know that SSD algorithms try to smooth and even
out usage of storage blocks by renaming them, etc.

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?

The other question I asked Samsung was how much write traffic (given
whatever assumptions one usually makes) approaches safe operating limits
given that I'm using default over partitioning. The answer I got left me
doubting that coherent sentences were used. Anybody here have any
general rules about wear limits?

My SSDs are Samsung 840 PRO 256GB.


Hiberfil.sys is a copy of memory. On shutdown, Windows first writes the
memory into that file. That is when the file gets written. It is not
written on startup, only read back into memory. That's why when you
restart from hibernation that all your running programs are still
running. Nothing runs unless loaded into memory and hibernation speeds
up the load process by writing to memory, not loading programs from
scratch. The file does not get "tossed away" (deleted) after it has
been read into memory on Windows startup. Disabling hibernation does
not delete hiberfil.sys. It sits there occupying space and is only
accessed on Windows shutdown to write memory into that file.


I understand everything you have said in the above paragraph. Most of it
was explicit or implied in my message. Hell I've even read 3 of the ACPI
specs. Can you answer the questions I asked? (Nowhere do I talk about
writing or reading the file by the way.)

If you have 16GB of system RAM then you have 16GB of space getting
consumed on your SSD for the hibernil.sys file. Considering how
expensive are SSDs and that they are smaller than HDDs in typical
setups, and because you are already using memory (the SSD) for loading
programs, do you really want to consume all that space on the SSD for
neglible gain on Windows startup? The speedup (with HDDs) on startup is
countered by the slowdown on shutdown (to write memory to a file). What
was the point of getting an SSD if not to speedup the start of Windows?


This is incorrect. In fact Win 7 often and automatically allocates
hiberfil.sys smaller than DRAM. I'm not using the SSD for faster start
up - read the original message - number 1 these are desktops and number
two hibernation is only used (and rarely) to recover from power events.

Then consider the pagefile.sys file that is usually equal to or greater
than your system RAM (or whatever size you configured -- but never
disable it). Between hibernil.sys and pagefile.sys, you could be eating
up a big chunk of your SSD. If you use the SSD for the OS and apps and
have an HDD for data, you can configure Windows to put most of its
pagefile on the HDD (i.e., split up the pagefile). Many programs will
request pagefile space and if they don't get it then they fail or
misbehave, so you still need to have some pagefile space. If you have
16GB of system RAM, you don't need that much in pagefile space. A big
pagefile on a huge HDD is trivial but not on an SSD since they are much
smaller and much more costly per GB. You could reduce pagefile to split
it into a 1GB portion on the SSD and a 4GB portion on the HDD. If you
don't have an HDD then just go with 4GB on the SSD, not a whopping 16GB.
Hibernation isn't needed with an SSD so disable hibernation and delete
the hibernil.sys file. You've now reclaimed lots of space on the SSD
that was wasted before.


This has absolutely nothing to do with my original questions. I thank
you for including it but it's gratuitous.

There's little advantage in using hibernation if you are using an SSD
for the operating system and applications. Hibernation works by loading
a file into memory on Windows startup. That takes time. In your case,
you are loading a file from slower memory (SSD) into faster memory
(system RAM), not from a slow HDD into system RAM. Hibernation requires
first writing memory into a file and then shutting down Windows. That
means shutdown takes longer (the time to write hiberfil.sys). Since you
have an SSD for fast startup, you are slowing the time to shutdown.
With an HDD, shutdown gets significantly slowed down when hibernation is
enabled. Still takes time when using an SSD, too. You trade the slow
shutdown for a faster startup. Hibernating doesn't make much sense with
an SSD, especially if you need a fast shutdown due to a power outage.


Once again, this is useless information - please read the original message.

Have you actually timed how long it takes to boot to a *usable* Windows
desktop by doing a normal load of Windows (hibernation off) versus a
boot using hibernation? It can sometimes take LONGER to start Windows
using hibernation mode than starting Windows in its normal mode. With
hibernation, the entire hibernil.sys file gets written into memory.
That means loading all those programs that you may no longer need on the
next startup of Windows. If you had Word, web browser, and umpteen
other programs open on Windows shutdown (with hibernation) but the next
time you want to quickly load Windows just to check something, you'll
have to wait until hibernil.sys gets loaded into memory to load all
those umpteen programs before you do your quick check. Do you really
want to wait around for a 16GB hibernil.sys file to get copied into your
16GB of system RAM, especially when you don't want to have all those
same programs running on startup that you had running just before
shutdown?


By now you know I'm going to request that you reread (or is it read?)
the original message.
--
Jeff Barnett

  #15  
Old November 24th 14, 01:21 AM posted to alt.windows7.general
Jeff Barnett[_2_]
external usenet poster
 
Posts: 298
Default Allocation of hiberfil.sys

Gene E. Bloch wrote, On 11/23/2014 3:39 PM:
On Sat, 22 Nov 2014 23:26:47 -0700, Jeff Barnett wrote:

The Samsung tech said that hiberfil.sys was tossed away and reallocated
whenever the system was booted. This is news to me. Does anyone here
have some more information on this?


As others have noted, what the tech said is wrong.

I'm trying to be generous to the tech here. Maybe he was trying to
describe what really happens (AIUI): once the system restarts, the
current contents of the hibernate file are never read again, but at the
next shutdown, the then currrent contents of memory are rewritten (not
reallocated).


They are not necessarily written. As my original message says, I
hibernate maybe once a year and only in response to bad external power
events - these are desk tops. My computers normally use S3 suspend.
Unfortunately, I can't disable hibernation without losing power protection.

I sort of thought the Samsung tech was out of his depth and winging it
but I wanted to check here for, perhaps, more informed opinions then my
own. Thanks.
--
Jeff Barnett

 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 10:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.