search for: hiberate

Displaying 7 results from an estimated 7 matches for "hiberate".

Did you mean: hibernate
2015 Oct 19
1
Hibernation disabled when mailbox selected
> On 18 Oct 2015, at 20:25, Timo Sirainen <tss at iki.fi> wrote: > > On 18 Oct 2015, at 05:20, Joseph Tam <jtam.home at gmail.com> wrote: >> >> >> After setting imap_hibernate_timeout to 60s, I could not find any >> hibernated connections after a few hours. I tested hibernation and made >> an observation: IDLE'd imap sessions only
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
...ther. Is there anywhere a description of how to use the settings for shutdown options in Windows NUT client ? Current setting see screenshot As nothing happened, i did set the first value for battery-threshold to 90%, (while the batt was below) and that then did immediately react with hiberate. My preferred setting would be to wait after powerfailure for 1 minute, then hibernate. Without taking other values into account like batterylevel or batteryruntime? Any help or information on that would be appreciated. Thanks Eddie _______________________________________________ Nut-...
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
...the settings for shutdown > options in Windows NUT client ? > > > > Current setting see screenshot > > > > > > As nothing happened, i did set the first value for battery-threshold to > 90%, (while the batt was below) and that then did immediately react with > hiberate. > > > > My preferred setting would be to wait after powerfailure for 1 minute, > then hibernate. Without taking other values into account like batterylevel > or batteryruntime? > > > > Any help or information on that would be appreciated. > > > > Thanks &g...
2024 Jan 05
0
Windows NUT Client - Settings description somewhere ?
...ther. Is there anywhere a description of how to use the settings for shutdown options in Windows NUT client ? Current setting see screenshot As nothing happened, i did set the first value for battery-threshold to 90%, (while the batt was below) and that then did immediately react with hiberate. My preferred setting would be to wait after powerfailure for 1 minute, then hibernate. Without taking other values into account like batterylevel or batteryruntime. Any help or information on that would be appreciated. Thanks Eddie -------------- next part -------------- An HTML atta...
2014 Jul 06
2
cannot hibernate, not enough swap
The last couple time I tried to hibernate, I got an error message: > PM: Not enough free swap I find that hard to believe: [hennebry at localhost doc]$ free -m total used free shared buffers cached Mem: 3833 1124 2709 0 51 286 -/+ buffers/cache: 786 3047 Swap: 11453 356 11097
2015 Oct 18
3
Hibernation disabled when mailbox selected
After setting imap_hibernate_timeout to 60s, I could not find any hibernated connections after a few hours. I tested hibernation and made an observation: IDLE'd imap sessions only hibernate if they don't have a mailbox SELECT'd, otherwise they never hibernate. Is this the way it's supposed to work? Joseph Tam <jtam.home at gmail.com>
2014 Mar 13
3
Optimized VSEncoding
Hi, The size of the string generated by VSEncoder is 12592387, while that by InterpolativeEncoder is 8554817. When only encoding the first 1000lines, both cost 0ms to decode and VS cost 1ms to encode while Interpolative cost 0ms, 1000lines is just too little to catch the difference in my test. I upload the source code to https://github.com/HurricaneTong/Xapian/tree/master/VSEncoder The