Displaying 7 results from an estimated 7 matches for "hiber".
Did you mean:
fiber
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 hibernate if they don't have
>> a mailbox SELECT'd, otherwise they never hibernate.
>>
>> Is t...
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
...Have also connected 2 Windows 11 machines and one Synology device tot hat master, in order read data and to react on powersupply issues. All working fine.
What i am struggeling with are the settings available in Windows NUT Client about the Shutdown options. My first trial to get the system to hibernate after a power failure was not successful. Seems to be different possible settings which may confuse each other.
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...
2024 Jan 12
1
Windows NUT Client - Settings description somewhere ?
...chines and one Synology device tot hat
> master, in order read data and to react on powersupply issues. All working
> fine.
>
>
>
> What i am struggeling with are the settings available in Windows NUT
> Client about the Shutdown options. My first trial to get the system to
> hibernate after a power failure was not successful. Seems to be different
> possible settings which may confuse each other.
>
> Is there anywhere a description of how to use the settings for shutdown
> options in Windows NUT client ?
>
>
>
> Current setting see screenshot
>
>...
2024 Jan 05
0
Windows NUT Client - Settings description somewhere ?
...Have also connected 2 Windows 11 machines and one Synology device tot hat
master, in order read data and to react on powersupply issues. All working
fine.
What i am struggeling with are the settings available in Windows NUT Client
about the Shutdown options. My first trial to get the system to hibernate
after a power failure was not successful. Seems to be different possible
settings which may confuse each other.
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...
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:...
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?
Josep...
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