Skip to content

Java Memory calculator as standalone command #332

Answered by dmikusa
jonnybbb asked this question in Q&A
Discussion options

You must be logged in to vote

The cmd/helper/main.go will run all of our helpers. For efficiency, they get compiled into one binary and run all in one execution. Some helpers will no-op, depending on their criteria for actually doing something. For example, some only run for pre-Java 9, and some only run post-Java 9.

You can modify the source code & recompile the helper binary to include any set of helpers you want to run. If you wanted to trigger specific helpers based on input arguments, you could do that but the present binary does not work that way.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jonnybbb
Comment options

@dmikusa
Comment options

Answer selected by jonnybbb
@jonnybbb
Comment options

@jonnybbb
Comment options

@dmikusa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants