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

Allow passing additional jvm args to the daemon #174

Closed
happysomani opened this issue Oct 29, 2020 · 2 comments
Closed

Allow passing additional jvm args to the daemon #174

happysomani opened this issue Oct 29, 2020 · 2 comments
Milestone

Comments

@happysomani
Copy link

I am trying to use mvnd in my project and I hit this issue where the build fails with "Too many open files error". I want to be able to pass the flag -XX:+MaxFDLimit flag to mvnd. Would you happen to know how I can achieve that?

@ppalaga
Copy link
Contributor

ppalaga commented Oct 29, 2020

Yeah, this is a valid issue. There was some discussion about this in #122 (comment)

@gnodet
Copy link
Contributor

gnodet commented Oct 29, 2020

We need to define an additional property that will be used to pass additional arguments when the daemon is created.
This property would have a default of -Xmx4g as we have now, and it would have to be a discriminating factor between daemons (i.e. select a daemon which has the same matching property).
In all cases, we need to be able to make those startup properties configurable, so...

gnodet added a commit to gnodet/mvnd that referenced this issue Nov 6, 2020
@ppalaga ppalaga closed this as completed in 97cde29 Nov 6, 2020
@ppalaga ppalaga changed the title How to pass jvm args to mvnd ? Allow passing additional jvm args to the daemon Nov 12, 2020
@ppalaga ppalaga added this to the 0.0.12 milestone Nov 12, 2020
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

No branches or pull requests

3 participants