We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It happens when we try to launch a java process (e.g. nodetool, jmxconnector)
Could not reserve enough space for object heap Could not create the Java virtual machine.
It doesn't happen on all configurations though.
My guess is that it's related to this pull request: #429
Need to be fixed asap. ETA of the release: end of this week.
The text was updated successfully, but these errors were encountered:
Commenting this line: https://github.com/DataDog/dd-agent/blob/master/util.py#L271
Fixes the issue confirming that it's coming from that pull request.
Sorry, something went wrong.
So the solutions are:
My thoughts would be the solution number 2, disabled by default.
I vote for number 2, disabled by default so that most folks don't even risk a chance to get hit by this.
cool that's what i did :)
Fixed by f2304b9
remh
No branches or pull requests
It happens when we try to launch a java process (e.g. nodetool, jmxconnector)
It doesn't happen on all configurations though.
My guess is that it's related to this pull request:
#429
Need to be fixed asap.
ETA of the release: end of this week.
The text was updated successfully, but these errors were encountered: