mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Update node.conf template to remove single quotes (#5652)
The single quotes surrounding the jvm arguments in the empty node.conf cause an error when trying to perform initial registration.
This commit is contained in:
parent
e28478c983
commit
ee74963235
@ -64,7 +64,7 @@ handling, and ensures the Corda service is run at boot.
|
||||
]
|
||||
}
|
||||
]
|
||||
custom { jvmArgs = [ '-Xmx2048m', '-XX:+UseG1GC' ] }
|
||||
custom { jvmArgs = [ "-Xmx2048m", "-XX:+UseG1GC" ] }
|
||||
|
||||
7. Make the following changes to ``/opt/corda/node.conf``:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user