Greg

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Greg created a post, AnsweredIDEA 2019.2 didn't import VM settings from 2019.1 configuration
When upgrading to 2019.2 (paid edition) I was asked if I want to import 2019.1 settings. No errors were given. Upon restart, I saw that Xmx was reset to 750 mb from the 4gb setting I had prior. I ... -
-
Greg created a post, AnsweredAfter upgrade to 2017.3, IDEA (Scala project) frequently spikes to 600+ CPU for multiple minutes
Running: IntelliJ IDEA 2017.3.2 (Ultimate Edition)Build #IU-173.4127.27, built on December 25, 2017JRE: 1.8.0_152-release-1024-b8 x86_64JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.oMac OS X 10.1... -
-
Greg created a post, AnsweredAfter upgrade to IDEA 2017.1, can't run tests or apps due to classloading issues
This happens in a Scala / SBT project (SBT 0.13.5, Scala 2.11.8). The same configuration worked fine in IDEA 2016.x and I can't run it at all in IDEA 2017.1 with the following error: ///////// objc... -
Greg created a post, Running different test configurations for ScalaTest in IntelliJ 16.2
SBT allows specifying different *configurations* for running your tests: Test, IntegrationTest, etc. By default, the Test configuration looks for sources & resource files in src/test/scala & src/...