Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查询 1 - 如果我们在 extraJvmArgs 中设置了 -Xmx12288m 并将 localWorkers 标志设置为 4。这会为每个线程分配 12Gigs 还是将 12 个 gigs 分成 3gigs 用于 4 个线程?
查询 2 - 如果我们使用<collapse-all-properties />then 编译器是否仍会使用 localWorkers 的 4 个线程进行单一排列?(根据文档不太可能)
<collapse-all-properties />
1)它是最大堆空间,因此它根据需要在线程上拆分(不一定是 3/3/3/3)
2)不确定,建议您尝试一下。collapse-all-properties将产生一个输出文件,但我不确定这是否意味着只计算单个排列(跳过对 localWorkers 的需要),或者仍然计算几个排列但合并到一个文件中。无论如何,如果localWorkers=4没有帮助,它也不会受到伤害。
collapse-all-properties
localWorkers=4