Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NFT_JAVA_ARGS environment variable support for custom JVM options #264

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

lukfor
Copy link
Collaborator

@lukfor lukfor commented Oct 9, 2024

This PR adds support for setting custom JVM options through a new environment variable NFT_JAVA_ARGS.

Example Usage:

export NFT_JAVA_ARGS="-Xmx1G"
nf_test

This PR fixes #251

@lukfor lukfor merged commit 67db3aa into main Oct 9, 2024
12 checks passed
@lukfor lukfor deleted the fixes/starter-script branch October 9, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nf-test with custom plugin gets killed halfway when asserting results
1 participant