Displaying 3 results from an estimated 3 matches for "504g".
Did you mean:
504
2007 Apr 22
7
slow sync on zfs
...Relatively low traffic to the pool but sync takes too long to complete
and other operations are also not that fast.
Disks are on 3510 array. zil_disable=1.
bash-3.00# ptime sync
real 1:21.569
user 0.001
sys 0.027
During sync zpool iostat and vmstat look like:
f3-1 504G 720G 370 859 995K 10.2M
misc 20.6M 52.0G 0 0 0 0
---------- ----- ----- ----- ----- ----- -----
f3-1 504G 720G 697 929 2.91M 10.5M
misc 20.6M 52.0G 0 0 0 0
---------- ----- ----- ----- ----- ----- -----...
2015 Feb 11
0
Weird callerid when getting call from Parking lot
...outbound
call, park it and then retrieve it. I am using extensions.ael with macro
and switch and I get something as SW_456_... that is autogenerated by
asterisk when compiling the extensions.ael
This doesn't happen when the call comes from outside.
The bad CallerID is displayed only on Cisco 504G phones and it is
transmitted as a Remote-Party-ID
Is there anyone else also getting this bad behavior?
Leandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150211/c88a6a07/attachment.html>
2018 May 23
0
[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
...egions on the QEMU side yet, so don't
> focus on that part - it will consume a lot of memory right now for e.g.
> dirty bitmaps and memory slot tracking data)
>
> Start QEMU with two virtio-mem devices that provide little memory inititally.
> $ qemu-system-x86_64 -m 4G,maxmem=504G \
> -smp sockets=2,cores=2 \
> [...]
> -object memory-backend-ram,id=mem0,size=256G \
> -device virtio-mem-pci,id=vm0,memdev=mem0,node=0,size=4160M \
> -object memory-backend-ram,id=mem1,size=256G \
> -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,size=3G
>
>...