summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-08-30 15:08:40 +0200
committerJeremy Allison <jra@samba.org>2019-09-18 21:27:30 +0000
commitbc4e8b1abaf8431d1f507107cf60e57da75c0bef (patch)
tree28ce394908e696be8988dba8ef9108bf7da8d629 /source3/wscript_build
parent23bee5da95026d161159da74a032780a713c820a (diff)
downloadsamba-bc4e8b1abaf8431d1f507107cf60e57da75c0bef.tar.gz
messaging: Do POOL_USAGE via a socket
This makes debugging run-away processes much more efficient and even possible at all: If the pool-usage output is more than 256MB, the previous code could not realloc it and threw it away. Also, it is not helpful for an already huge process to allocate even more. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 18 21:27:30 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index b93ee6ff796..6707b4bb146 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -429,7 +429,7 @@ bld.SAMBA3_SUBSYSTEM('samba3core',
server_id_db
messages_util
messages_dgm
- talloc_report
+ talloc_report_printf
access
TDB_LIB
''')