Nachricht geschrieben von Erwin Rol
>
128k is the kernel memory allocator limit.
hmm dunno how to work around it, without major changes.
But does it realy help to boost a fifo to over 128k ?
if you put 2 bytes/sec in with Rt-linux and you can only handle
1 byte/sec in user-space you will run out of space anyway even
if yer fifo is huge.
<
you could change kmalloc/kfree to
vmalloc/vfree or so in the fifo source code.
Jens Michalesen
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/