aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-08-10 19:36:12 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-08-11 07:52:47 +0000
commiteeaa135b964bb3c715d698b53b8e6fe38adf80a0 (patch)
tree5dd268efcba6546ce0246a767905d24d3fc367d7 /site/docs
parenta97b8dcd1cd49fb01ffff34c323b45ea9e45be5a (diff)
Clarify units of argument to --iff_heap_size_greater_than.
-- MOS_MIGRATED_REVID=100303875
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index a67461f972..d1e0a03ac4 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -3039,7 +3039,7 @@ in an environment closer to the current shell environment. Note that none of the
<p>
<code>shutdown</code> accepts one
option, <code class='flag'>--iff_heap_size_greater_than <i>n</i></code>, which
- requires an integer argument. If specified, this makes the shutdown
+ requires an integer argument (in MB). If specified, this makes the shutdown
conditional on the amount of memory already consumed. This is
useful for scripts that initiate a lot of builds, as any memory
leaks in the Bazel server could cause it to crash spuriously on