PERFORCE change 169621 for review
Stanislav Sedov
stas at FreeBSD.org
Tue Oct 20 17:29:23 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=169621
Change 169621 by stas at stas_yandex on 2009/10/20 17:28:23
- Use larger buffer for vmmap sysctl: valgrind tends to create a lot
of mappings.
Affected files ...
.. //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-linux.c#9 edit
Differences ...
==== //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-linux.c#9 (text+ko) ====
@@ -3522,7 +3522,7 @@
#elif defined(VGO_freebsd)
/* Size of a smallish table used to read /proc/self/map entries. */
- #define M_PROCMAP_BUF 1000000
+ #define M_PROCMAP_BUF 10485760 /* 10M */
/* static ... to keep it out of the stack frame. */
static Char procmap_buf[M_PROCMAP_BUF];
More information about the p4-projects
mailing list