[rrd-users] Memory Leak ?

Josef Rick jr4711 at hotmail.de
Wed Aug 26 17:52:19 CEST 2015


Hi @All

I use rrd  for a cycle Displaying.

Over the time, the browser seems to have a memory leak.
The memory consumtion grwos up.
The result is on different version from firefox ( linux and win7) and on android.

whats my mistake?

Thhx for hints

Josef

******************************************************************************

function battspgRead() {

        fname="/Aurora/db/batt.rrd";
        try {
                FetchBinaryURLAsync(fname,battspgRRD);

        } catch (err) {
                alert("Failed loading "+fname+"\n"+err);
        }
}

function battspgZykl () {
        var updateInterval = 30 * 1000;

        if ( auswahl == 1 )
        {
                try {
                         battspgRead ();
                        setTimeout ( battspgZykl, updateInterval );
                }
                catch (err) {
                        console.log (" Async fehler battspg_dia");
                        console.log ( err);
                }
        }
        else
        {
                console.log (" else battspg_dia ");
        }
}

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/rrd-users/attachments/20150826/0a181811/attachment.html>


More information about the rrd-users mailing list