IntelliJ IDEA 2019.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.

Item

Description

Use external compile server for Scala

Select this checkbox to activate options for Scala compile server.

JVM SDK

Use this drop-down list to select an SDK for the Scala compile server.

JVM maximum heap size, MB

Use 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 parameters

Use 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 icons general expandComponent svg to open the Java VM command line parameters dialog where the text entry area is larger.

Last modified: 20 June 2019

See Also