From the maintainer Li Haoyi: I'm putting a 300USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
See https://github.com/orgs/com-lihaoyi/discussions/6 for other bounties and the terms and conditions that bounties operate under
Repro
In build.mill :
import mill._
def check = T.input { Runtime.getRuntime().maxMemory }
In .mill-version :
In terminal, run :
> JAVA_OPTS='-Xmx2G' mill -i show check
> JAVA_OPTS='-Xmx10G' mill -i show check
The printed value is the same.
From the maintainer Li Haoyi: I'm putting a 300USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
See https://github.com/orgs/com-lihaoyi/discussions/6 for other bounties and the terms and conditions that bounties operate under
Repro
In
build.mill:In
.mill-version:In terminal, run :
The printed value is the same.