<div dir="ltr"><div>Hello, Steve. I tried the fix you suggested the other day, but I still end up with the same error as before.</div><div><br></div><div>I thought it'd help if I show what exactly I'm seeing in my console output when I try to run both dump978 & dump1090 at the same time.</div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font face="trebuchet ms, sans-serif" size="4"><i>Robert L. Hudspeth</i></font><div><font face="trebuchet ms, sans-serif"><span style="background-color:rgb(255,255,255)"><font size="4" color="#3d85c6"><u></u></font></span></font></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 15, 2019 at 1:15 PM Steve Markgraf <<a href="mailto:steve@steve-m.de">steve@steve-m.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Robert,<br>
<br>
On 15.08.19 17:50, Hudspeth, Robert Lee wrote:<br>
> I'm trying to run utilities that capture 978<br>
> <<a href="https://github.com/mutability/dump978" rel="noreferrer" target="_blank">https://github.com/mutability/dump978</a>> & 1090Mhz<br>
> <<a href="https://github.com/mutability/dump1090" rel="noreferrer" target="_blank">https://github.com/mutability/dump1090</a>> traffic simultaneously, but I<br>
> can't seem to stop rtl_sdr from allocating too many zero-copy buffers<br>
> and preventing both programs from running simultaneously (I'd like to<br>
> cut down from 15). I've been through librtlsdr.c and rtl_adsb.c with the<br>
> hope of manually changing some variable that will let me accomplish this<br>
> to no avail. <br>
<br>
Just increase the usbfs memory limit, the default is only 16MB.<br>
Either write the new size, or completely disable the limit with:<br>
<br>
echo 0 > /sys/module/usbcore/parameters/usbfs_memory_mb<br>
<br>
Regards,<br>
Steve<br>
</blockquote></div>