Skip to content

-Xss jvm opt for bloop seems to not work #3350

Answered by kpodsiad
hilaolu asked this question in Q&A
Discussion options

You must be logged in to vote

EDIT: Answer to the question is at the end of this thread.

The easiest way to achieve your goal is:

  • add -Xss to the ~/.bloop/bloop.json
{
  "javaOptions": ["-Xss32m"]
}

or ~/.bloop/.jvmopts

-Xss32m
  • restart bloop either via metals restart build server OR command line (if you installed bloop by yourself) bloop ng-stop and then run connect to the build server in metals

Then you can search for Bloop process via ps or htop and see its arguments.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@hilaolu
Comment options

Comment options

You must be logged in to vote
6 replies
@kpodsiad
Comment options

@hilaolu
Comment options

@dos65
Comment options

@kpodsiad
Comment options

@hilaolu
Comment options

Answer selected by hilaolu
Comment options

You must be logged in to vote
1 reply
@hilaolu
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
3 participants