user626528
user626528

Reputation: 14417

How to suppress MaxPermSize warning?

How can I suppress MaxPermSize warning, when compiling Scala project in IDEA/SBT project? Or where I can turn this option off? I can't find any settings for this.

Upvotes: 2

Views: 106

Answers (1)

Andrzej Jozwik
Andrzej Jozwik

Reputation: 14649

In IntelliJ IDEA, open Preferences (Cmd+, on Mac OS X) and type in scala in the search field on the top left-hand side.

Or just go to Other Settings -> Scala:

scala

Go to Settings -> SBT:

sbt

Upvotes: 3

Related Questions