search for: 196kb

Displaying 10 results from an estimated 10 matches for "196kb".

Did you mean: 16kb
2010 Aug 20
1
right settings for highest quality
...w parameters for 64, 96, 128, 196, 256kB: ./celt-0.8.0/libcelt/testcelt.exe 44100 2 256 46 $1.sw $1-64kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 192 46 $1.sw $1-96kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 128 46 $1.sw $1-128kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 96 46 $1.sw $1-196kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 64 46 $1.sw $1-256kb.sw can someone comment on the chosen parameters? I am not sure if these are right settings for frame size and bytes per packet. Is there a better choice? Thank you very much in advance Jochen -------------- next part ------------...
2006 Feb 01
0
asttapi 0.08 - the memory could not be written
...I haven't been able to work with it without problems. If you have played with this, you already know that the code to talk to Asterisk is placed in a file called asttapi.tsp which is in your windows/system32 folder. The thing here is, the asttapi.tsp that comes with the original executable is 196kb while the one you get if you compile the source code is 144kb, that's a kind of suspicious, isn't it? Anyway, if you remove the TAPI driver, replace that file with the one you get from building the c++ project and install the TAPI driver again, you can work with the new library, but I get o...
2020 Apr 02
0
Stacktrace from 5.4.26 kernel.
...984kB unevictable:0kB > isolated(anon):0kB isolated(file):64kB mapped:28112kB dirty:0kB > writeback:0kB shmem:2384kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: > 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no > [ 785.581383] Node 0 DMA free:15908kB min:132kB low:164kB high:196kB > active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB > unevictable:0kB writepending:0kB present:15992kB managed:15908kB > mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB > local_pcp:0kB free_cma:0kB > [ 785.581386] lowmem_reserve[]: 0 3444 7878 7...
2017 Oct 18
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...2kB inactive_file:280kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:2352kB dirty:0kB writeback:0kB shmem:8576kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 10240kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no [ 95.540516] Node 0 DMA free:15900kB min:132kB low:164kB high:196kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 95.542325] lowmem_reserve[]: 0 2954 7925 7925 7925 [ 95.543020] N...
2017 Oct 18
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...2kB inactive_file:280kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:2352kB dirty:0kB writeback:0kB shmem:8576kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 10240kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no [ 95.540516] Node 0 DMA free:15900kB min:132kB low:164kB high:196kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 95.542325] lowmem_reserve[]: 0 2954 7925 7925 7925 [ 95.543020] N...
2017 Oct 18
0
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...nactive_file:280kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:2352kB dirty:0kB writeback:0kB shmem:8576kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 10240kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no > [ 95.540516] Node 0 DMA free:15900kB min:132kB low:164kB high:196kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB > [ 95.542325] lowmem_reserve[]: 0 2954 7925 7925 7925 > [ 95...
2017 Oct 16
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
Tetsuo Handa wrote: > Michael S. Tsirkin wrote: > > > > > > > > The proper fix isn't that hard - just avoid allocations under lock. > > > > > > > > Patch posted, pls take a look. > > > > > > Your patch allocates pages in order to inflate the balloon, but > > > your patch will allow leak_balloon() to deflate the
2017 Oct 16
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
Tetsuo Handa wrote: > Michael S. Tsirkin wrote: > > > > > > > > The proper fix isn't that hard - just avoid allocations under lock. > > > > > > > > Patch posted, pls take a look. > > > > > > Your patch allocates pages in order to inflate the balloon, but > > > your patch will allow leak_balloon() to deflate the
2010 Dec 10
0
builder-ubuntu libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...[7014B] Get:132 http://gb.archive.ubuntu.com/ubuntu/ natty/main libkrb5support0 amd64 1.8.3+dfsg-3 [24.6kB] Get:133 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205kB] Get:134 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20100626-0ubuntu2 [196kB] Get:135 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu2 [47.2kB] Get:136 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnih-dbus1 amd64 1.0.2-2 [14.8kB] Get:137 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnih1 amd64 1.0.2-2 [52.0kB] Get:138 http://gb.a...
2010 Dec 14
0
builder-ubuntu libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...[7014B] Get:118 http://gb.archive.ubuntu.com/ubuntu/ natty/main libkrb5support0 amd64 1.8.3+dfsg-3 [24.6kB] Get:119 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205kB] Get:120 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20100626-0ubuntu2 [196kB] Get:121 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu2 [47.2kB] Get:122 http://gb.archive.ubuntu.com/ubuntu/ natty/main libselinux1 amd64 2.0.96-1build1 [64.7kB] Get:123 http://gb.archive.ubuntu.com/ubuntu/ natty/main libslang2 amd64 2.2.2-4ubuntu2 [489kB] Get:1...