blob: 507b13ba5c0aee3b4e4a0577854e09e49222462e [file] [log] [blame] [edit]
# Stores your output files in RAM, instead of on disk.
# Pros:
# * Significantly better build performance
# Cons:
# * Large RAM usage
# * Build outputs lost upon restart (but they can be rebuilt, so no data is lost).
# TODO: Currently, attempting to store build outputs in tmpfs fails, as building
# packages inside the sdk fail.
# startup --output_user_root=/dev/shm/bazel