aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
diff options
context:
space:
mode:
authorGravatar Janak Ramakrishnan <janakr@google.com>2016-03-31 19:16:25 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-31 20:29:03 +0000
commit1305855ce33a78908d63fcd2589f24f93e8f13ea (patch)
treef93dbd64892a3c25d9a844bc6fa903de85a81cf6 /src/main/java/com/google/devtools/build/lib
parent2cea5dd3b55d40109ad53ee45cf3593f7094c10b (diff)
Change --experimental_oom_more_eagerly_threshold default to 100, so that it is a no-op by default.
-- MOS_MIGRATED_REVID=118705742
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
index 47e3cacaa7..c4fc2c3fff 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
@@ -179,7 +179,7 @@ public class BlazeServerStartupOptions extends OptionsBase {
@Option(
name = "experimental_oom_more_eagerly_threshold",
- defaultValue = "90", // NOTE: purely decorative! See class docstring.
+ defaultValue = "100", // NOTE: purely decorative! See class docstring.
category = "server startup",
help =
"If --experimental_oom_more_eagerly is set, Blaze will OOM if, after two full GC's, more "