IntelliJ IDEA 2018.1 Help

Scala Compile Server

File | Settings | Languages and Frameworks | Scala Compile Server for Windows and Linux
IntelliJ IDEA | Preferences | Languages and Frameworks | Scala Compile Server for macOS

Use this page to configure an external compile server for your Scala project.

ItemDescription
Use external compile server for ScalaSelect this checkbox to activate options for Scala compile server.
JVM SDKUse this drop-down list to select an SDK for the Scala compile server.
JVM maximum heap size, MBUse this field to specify the maximum heap size available to the process that launches the compiler. The default 1024 Mb is suitable for most of the purposes.
JVM parametersUse this field to type the string to be passed to the VM when IntelliJ IDEA launches the compiler. If you need more room to type, click shift enter button to open the Java VM command line parameters dialog where the text entry area is larger.
Last modified: 24 July 2018

See Also