mirror of
https://github.com/corda/corda.git
synced 2025-05-31 22:50:53 +00:00
CORDA-3031 Constrain max heap size for Spring boot processes (#5234)
* Constrain max heap size for Spring boot processes * Increase allowance to 256M
This commit is contained in:
parent
4e835d5483
commit
dd98461d87
@ -89,7 +89,8 @@ data class SpringBootDriverDSL(private val driverDSL: DriverDSLImpl) : InternalD
|
|||||||
"--corda.host=${handle.rpcAddress}",
|
"--corda.host=${handle.rpcAddress}",
|
||||||
"--corda.user=${handle.rpcUsers.first().username}",
|
"--corda.user=${handle.rpcUsers.first().username}",
|
||||||
"--corda.password=${handle.rpcUsers.first().password}"
|
"--corda.password=${handle.rpcUsers.first().password}"
|
||||||
)
|
),
|
||||||
|
maximumHeapSize = "256M"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user