]> git.proxmox.com Git - ovs.git/blame - lib/leak-checker.man
tests: Fix deprecated use of qw.
[ovs.git] / lib / leak-checker.man
CommitLineData
064af421 1.TP
f0c68926 2\fB\-\-check\-leaks=\fIfile\fR
064af421
BP
3.
4Logs information about memory allocation and deallocation to
5\fIfile\fR, to allow for debugging memory leaks in \fB\*(PN\fR. This
6option slows down \fB\*(PN\fR considerably, so it should only be used
f0c68926
JP
7when a memory leak is suspected. Use the \fBovs\-parse\-leaks\fR script
8to interpret the leak file.
9.TP
10\fB\-\-leak\-limit=\fIsize\fR
11.
12Limits size of the leak file as specified by \fB\-\-check\-leaks\fR to
13\fIsize\fR bytes. Finding leaks sometimes requires allowing the leak
14file to grow very large, up to 1GB. By default, files are limited
15to 10MB.