Good day!
I have such problem - I'm streaming DVB to network, nothing special, but after some time VLC begin to use more and more memory on my box, until I (or kernel) kill it.
I try vlc 0.8.2 and 0.8.4-test2. To start vlc I use:
vlc --intf telnet --daemon --ts-es-id-pid --programs 1,2,3,5 dvb: --dvb-adapter=0 --dvb-frequency=11044000 --dvb-srate=29800000 --dvb-voltage=13 --sout '#duplicate{dst={standard{access=http,mux=ogg,url=0.0.0.0:8080}},select="program=1",dst={standard{access=http,mux=ogg,url=0.0.0.0:8081}},select="program=2",dst={standard{access=http,mux=ogg,url=0.0.0.0:8082}},select="program=3",dst={standard{access=http,mux=ogg,url=0.0.0.0:8083,slp,name=MuzTV}},select="es=47,es=48",dst={transcode{acodec=mpga,ab=128}:standard{access=http,mux=ogg,url=0.0.0.0:8084,slp,name=LoveRadio}},select="es=65"}'
Any suggestions are welcome