aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
blob: fb62fdbf27cd905bc4e79e8dbb692de403ce6dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Startup options
===============

These options affect how %{product} starts up, or more specifically, how
the virtual machine hosting %{product} starts up, and how the %{product} server
starts up. These options must be specified to the left of the %{product}
command (e.g. 'build'), and they must not contain any space between
option name and value.

Example:
  % %{product} --host_jvm_args=-Xmx1400m --output_base=/tmp/foo build //base

%{options}