Skip to content

Commit

Permalink
demonstrate maxHeapSize instead of minHeapSize
Browse files Browse the repository at this point in the history
Modifying the max heap size is more common than the min
  • Loading branch information
adam-enko authored Nov 14, 2024
1 parent 6b8e94e commit 5c58d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ constructor(
*
* // launch a new process, optionally controlling the standard JVM options
* dokkaGeneratorIsolation = ProcessIsolation {
* minHeapSize = "2g" // increase minimum heap size
* maxHeapSize = "2g" // increase maximum heap size
* systemProperties.add("someCustomProperty", 123)
* }
* }
Expand Down

0 comments on commit 5c58d3c

Please sign in to comment.