aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-01-11 08:59:22 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-01-28 19:12:19 +0100
commit239a850f2d89a78e53386e3f9b8959be74bb9e65 (patch)
treeabac39679bf717d8e136325a84ac8bf65246e7d1 /project
parent57641b9c7447fa0a6f1f47352dffb4c56c560b6a (diff)
downloaddotty-239a850f2d89a78e53386e3f9b8959be74bb9e65.tar.gz
dotty-239a850f2d89a78e53386e3f9b8959be74bb9e65.tar.bz2
dotty-239a850f2d89a78e53386e3f9b8959be74bb9e65.zip
.drone.yml: Give more resources to the JVM used by sbt
sbt runs up to `Runtime.getRuntime.availableProcessors` tasks in parallel, on our CI that means 40 tasks, compilation tasks are the one with the biggest footprint and the introduction of `dotty-library-bootstrapped` and `dotty-compiler-bootstrapped` in this PR means that sbt can now run more compilation tasks in parallel. To prevent the JVM from exploding, we increase: - The max heap size, from 1G to 4G - The max code cache size, from 240M to 512M - The max metaspace size, from 256M to 1G
Diffstat (limited to 'project')
0 files changed, 0 insertions, 0 deletions