mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Add thread stack size (-Xss) option (#489)
This commit is contained in:
@@ -210,6 +210,10 @@ public enum Environment {
|
||||
* The <code>-Xmx</code> value to pass to the daemon
|
||||
*/
|
||||
MVND_MAX_HEAP_SIZE("mvnd.maxHeapSize", null, "2G", OptionType.MEMORY_SIZE, Flags.DISCRIMINATING),
|
||||
/**
|
||||
* The <code>-Xss</code> value to pass to the daemon
|
||||
*/
|
||||
MVND_THREAD_STACK_SIZE("mvnd.threadStackSize", null, "1M", OptionType.MEMORY_SIZE, Flags.DISCRIMINATING),
|
||||
/**
|
||||
* Additional JVM args to pass to the daemon
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user