I used to do photo editing, video editing, gaming, and chrome on 4GB Sony Vaio tap 11.What are you doing that requires that much memory?
Yeah, swap still has to be enabled to a minor extent.It used to be the case when you want to use hibernation you need to have swap enabled. I'm not sure if it's still the case though.
Some might argue that hibernation is also bad for SSD (it potentially writes the entire memory into the SSD everytime you put your computer in hibernation) but since normally people only do this a few times a day at most, I guess it's ok.
this brings way too much problems to me and to my youtube viewer. thankfully microsoft still make shutdown.exe -f -r -t 1 do normal shutdown instead of fast startup.Win10 finally gave us Fast Startup, which hibernates only the stuff outside of user space. As such, the write-to and read-from disk can be very small, and can actually cover less content than the physical size of the hibernation file itself (eg the file could be 10GBytes but the hibernation process may only write 1.2GBytes to successfully complete.)
I think if you hold down shift when you click shutdown it does a normal shutdown.this brings way too much problems to me and to my youtube viewer. thankfully microsoft still make shutdown.exe -f -r -t 1 do normal shutdown instead of fast startup.
btw fast startup with SSD is pretty much useless IMO. windows 11 already boot super fast
tried this?this brings way too much problems to me and to my youtube viewer. thankfully microsoft still make shutdown.exe -f -r -t 1 do normal shutdown instead of fast startup.
btw fast startup with SSD is pretty much useless IMO. windows 11 already boot super fast
I've already disabled it on mine. That's how I know it's already boot super fast without fast startup.
That's different to fast startup.It can be turned off in the bios
View attachment 10019
What does holding shift and clicking shutdown do? I thought it makes it not cache the kernel so that it actually does a full shutdown. Which I think is also what happens when you click Restart.That's different to fast startup.
Fast boot is fast bios boot to OS, while fast startup is fast OS startup.
Basically the sequence is fast boot, then fast startup
/t <xxx> | Sets the time-out period before shutdown to xxx seconds. The valid range is 0-315360000 (10 years), with a default of 30. If the timeout period is greater than 0, the /f parameter is implied. |
The solution is simple and at the same time counter-intuitive...OOh, thats kinda bad.
We have a bunch of servers that should be allowed to clean close their databases before reboot & I've been told to use /t 60 to give at least 60s not at most
There is additional software that checks on boot for clean close & reliably restores last hourly backup before opening & most should close within that 60s but hmm.
If you don't specify /f or /t (>0) does it force shutdown anyway? If so I wonder what is the point of /f?The solution is simple and at the same time counter-intuitive...
shutdown /r /t 0
Yes, restart right now, but also dont' force it. Your server database will take as long as it needs...