melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
667 stars 88 forks source link

Add options to control gradle worker settings #177

Open eprst opened 4 years ago

eprst commented 4 years ago

This plugin starts a Gradle worker daemon with the default configuration. Currently, it happens here. Worker daemon gets 512M of heap by default, and this is sometimes not enough. For instance, it often OOMs with perfasm enabled for me.

Please make gradle worker more tweakable.