search for: 8kbyte

Displaying 5 results from an estimated 5 matches for "8kbyte".

Did you mean: kbyte
2008 Feb 14
9
100% random writes coming out as 50/50 reads/writes
I''m running on s10s_u4wos_12b and doing the following test. Create a pool, striped across 4 physical disks from a storage array. Write a 100GB file to the filesystem (dd from /dev/zero out to the file). Run I/O against that file, doing 100% random writes with an 8K block size. zpool iostat shows the following... capacity operations bandwidth pool used
2004 Nov 30
2
Ogg for Java
Hello, I think this new list is a good idea, at least there is a place on which this mail is on-topic. Altough I do not know if anyobody is on this list yet. There is a new Java implementation of the Ogg library. The link is http://netmind.hu/ogg This is a high level implementation, meant to be as easy as possible, while preserving all ogg's features. It lacks real-world tests and can be
2007 Dec 06
3
HTB performance improvement
...improvement Hi all ! i''m looking at the performance of the HTB algorithm/implementation because i would like more packets/sec !! this is the scenario of the performance test: i''m using an embedded system with: SPEED CPU: 399,999 MHz RAM: 128 MByte FLASH: 16 MByte EEPROM: 8Kbyte PROCESSOR MPC8272 a lan to lan 10/100 and in particular we are sending packets from a smartbits (packet generator) to the embedded system above in the interface eth0, 10.0.0.2 -> passing trough QOS with HTB (embedded system)-> sending back traffic through the interface eth1 which is...
2005 Oct 14
0
xen_blk: can''t get major 8 with name sd
...2d>] kernel_thread_helper+0x5/0x18 Code: 00 00 00 8b 44 24 04 8b 48 60 ff e1 8d b4 26 00 00 00 00 81 44 24 04 a0 00 00 00 e9 e3 26 00 00 8d 76 00 53 83 ec 04 8b 5c 24 0c <f0> 0f ba b3 04 01 00 00 02 f0 0f ba ab 04 01 00 00 06 19 c0 85 <6>IP: routing cache hash table of 1024 buckets, 8Kbyte Going to run tests on same box and changset with Centos 4.1 as well tomorrow. Regards, Ted _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Mar 22
1
ARM7 Speex decoder
...Speex requires more or less 18600 byte for the heap (I don't like to have malloc function in my code ...) and the remaining space of the 32Kbyte of RAM is used for the speex variables and for the EFS library. I have only a few bytes to complete the first 32Kbyte section, Regarding the remaining 8kbyte section I use it for the stack. I don't have an additional RAM, and franking specking I don't want to put nose in the detail of the speex library. I can only conclude that speex, is not suitable for architecture with a limited memory foot-print at the moment. Furthermore, a floating point...