Merge "Increase javac heap to 4096M"
This commit is contained in:
@@ -78,7 +78,7 @@ var (
|
||||
func init() {
|
||||
pctx.Import("github.com/google/blueprint/bootstrap")
|
||||
|
||||
exportedVars.ExportStringStaticVariable("JavacHeapSize", "2048M")
|
||||
exportedVars.ExportStringStaticVariable("JavacHeapSize", "4096M")
|
||||
exportedVars.ExportStringStaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
|
||||
|
||||
// ErrorProne can use significantly more memory than javac alone, give it a higher heap
|
||||
|
Reference in New Issue
Block a user