On Fri, May 31, 2013 at 9:20 AM, lei yang <yanglei.f...@gmail.com> wrote:

> Hi Justin,
>
> I just see you report some memleak with Valgrind, but I don't know how it
> used by you in ovs.
>
> for valgrind, I just know " valgrind --tool=memcheck program_name" can do
> this thing, but I don't know
> how it used by you, maybe has a better or wrapper to do this,
>
One way is to:
For vswitchd,
OVS_CTL_OPTS="--ovs-vswitchd-wrapper=valgrind"
/etc/init.d/openvswitch-switch restart

For ovsdb-server,
OVS_CTL_OPTS="--ovsdb-server-wrapper=valgrind"
/etc/init.d/openvswitch-switch restart

>
> can you show me the way?
>
> Lei
>
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to