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:
thorgilman 2019-12-02 09:58:56 -05:00 committed by Matthew Nesbit
parent e28478c983
commit ee74963235

View File

@ -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``: 7. Make the following changes to ``/opt/corda/node.conf``: