Add documentation for memory-saving mode to Bazel.
PiperOrigin-RevId: 246910398
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index a29b589..3a2a054 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -976,7 +976,10 @@
When this option is enabled, Bazel will discard the analysis cache
right before execution starts, thus freeing up additional memory
(around 10%) for the <a href="guide.html#execution-phase">execution phase</a>.
- The drawback is that further incremental builds will be slower.
+ The drawback is that further incremental builds will be slower. See also
+ -->
+ <a href="/versions{{ current_version }}/memory-saving-mode.html">
+memory-saving mode<a/>.
</p>
<h4 id='flag--keep_going'><code class='flag'>--[no]keep_going</code> (-k)</h4>