| # Copyright 2013 The Flutter Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| _script = "//flutter/build/get_concurrent_jobs.py" | |
| _args = [ | |
| "--reserve-memory=1GB", | |
| "--memory-per-job", | |
| "dart=1GB", | |
| ] | |
| concurrent_jobs = exec_script(_script, _args, "json", [ _script ]) |