daleqq

Results 2 issues of daleqq

原文为: > -XX:MetaspaceSize : **指定元空间的初始空间大小** 但根据[官方文档](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABFAFAE)描述如下: > **Sets the size of the allocated class metadata space that will trigger a garbage collection the first time it is exceeded**. This threshold...

## Environment * Gradle version: `v7.5` * `io.freefair.compress` version: `6.5.0.3` ## Steps A empty Gradle project with one custom task copied from reference doc: ```groovy task example(type: Sync) { from...