From 2f8da3e9ff60e5cb2a3fdf57dbcb67f513b9c2c2 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 15 Apr 2014 15:37:02 -0700 Subject: Decrease target utilization for foreground apps. GC time in FormulaEvaluationActions.EvaluateAndApplyChanges goes from 26.1s to 23.2s. Benchmark score goes down ~50 in FormulaEvaluationActions.EvaluateAndApplyChanges, and up ~50 in GenericCalcActions.MemAllocTest. Bug: 8788501 Change-Id: I412af1205f8b67e70a12237c990231ea62167bc0 --- runtime/runtime.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.cc') diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 5c31d35..eb0522a 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -564,6 +564,7 @@ bool Runtime::Init(const Options& raw_options, bool ignore_unrecognized) { options->heap_min_free_, options->heap_max_free_, options->heap_target_utilization_, + options->foreground_heap_growth_multiplier_, options->heap_maximum_size_, options->image_, options->collector_type_, -- cgit v1.1