1

When I am launching Beaker notebook, can I change the heap size for Groovy? I'd like to customize this if possible.

JMeinwald
  • 87
  • 3

1 Answers1

1

Yes. To customize the heap size, launch Beaker like this:

beaker.command --plugin-option Groovy:-Xmx8g

Or you can edit your beaker.pref.json file, and get that configuration every time you run Beaker.

JMeinwald
  • 87
  • 3