Closed lukfor closed 1 month ago
This PR adds support for setting custom JVM options through a new environment variable NFT_JAVA_ARGS.
NFT_JAVA_ARGS
Example Usage:
export NFT_JAVA_ARGS="-Xmx1G" nf_test
This PR fixes #251
This PR adds support for setting custom JVM options through a new environment variable
NFT_JAVA_ARGS
.Example Usage:
This PR fixes #251