You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bloop server launched, start compiling, wait for all modules get compiled
Click scala code under core module and use Go definition function on any code, it may trigger the compile again randomly. If there isn't anything happen, you can wait for a while, sometimes even there isn't any operation, metals would also trigger compilation of already compiled modules
Expected behavior
After 1st time compilation of whole project, wait for a while the metals log will show that it start to compile spark-core, spark-sql module, etc
And after multiple times compilation, bloop server may OOM and stuck, and metals client would also quit.
Screenshots
OOM after multiple times compilations (using default JVM settings here)
Installation:
Operating system: macOS
VSCode version: Cursor 0.41.3 or VS code 1.93.1
VSCode extension version: v1.39.0
Metals version: 1.3.5
Additional context
Search terms
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce Steps to reproduce the behavior:
Go definition
function on any code, it may trigger the compile again randomly. If there isn't anything happen, you can wait for a while, sometimes even there isn't any operation, metals would also trigger compilation of already compiled modulesExpected behavior
After 1st time compilation of whole project, wait for a while the metals log will show that it start to compile spark-core, spark-sql module, etc
And after multiple times compilation, bloop server may OOM and stuck, and metals client would also quit.
Screenshots
OOM after multiple times compilations (using default JVM settings here)
Installation:
Additional context
Search terms
The text was updated successfully, but these errors were encountered: