[Discuss-gnuradio] Setting UHD kernel buffers

2010-06-28 Thread Charles Brain
When setting the kernel max buffers for UHD the manual suggests using sudo sysctl -w net.core.rmem_max= sudo sysctl -w net.core.wmem_max= I have done that on my system and it has made a huge difference to the performance of my software. I can now transmit my DVB-T signal continuously at 10 Ms/

Re: [Discuss-gnuradio] Setting UHD kernel buffers

2010-06-28 Thread Josh Blum
put these settings in /etc/sysctl.conf you either have to reboot or login-logout -Josh On 06/28/2010 02:30 PM, Charles Brain wrote: When setting the kernel max buffers for UHD the manual suggests using sudo sysctl -w net.core.rmem_max= sudo sysctl -w net.core.wmem_max= I have done that on my