mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Add extraConfig
example. (#3185)
This commit is contained in:
parent
3ffbbf8087
commit
4d8ea047d5
@ -45,6 +45,10 @@ in the `Kotlin CorDapp Template <https://github.com/corda/cordapp-template-kotli
|
||||
h2Port 10004
|
||||
// Includes the corda-finance CorDapp on our node.
|
||||
cordapps = ["net.corda:corda-finance:$corda_release_version"]
|
||||
// Specify a JVM argument to be used when running the node (in this case, extra heap size).
|
||||
extraConfig = [
|
||||
jvmArgs : [ "-Xmx1g"]
|
||||
]
|
||||
}
|
||||
node {
|
||||
name "O=PartyA,L=London,C=GB"
|
||||
|
Loading…
Reference in New Issue
Block a user