From c66aeabdbacbfd3aff7a6633f34526ca32642f67 Mon Sep 17 00:00:00 2001
From: Aliaksey Kandratsenka
Date: Sat, 10 Jan 2015 14:35:54 -0800
Subject: [PATCH] fixed default value of HEAP_PROFILER_TIME_INTERVAL in .html
doc
---
doc/heapprofile.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/heapprofile.html b/doc/heapprofile.html
index d2ff52c..3986a25 100644
--- a/doc/heapprofile.html
+++ b/doc/heapprofile.html
@@ -107,7 +107,7 @@ environment variables.
HEAP_PROFILE_TIME_INTERVAL |
- default: 104857600 (100 Mb) |
+ default: 0 |
Dump heap profiling information each time the specified
number of seconds has elapsed.
|