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
java -Xss4m -Xms100m -Xmx1G -classpath /home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scalameta/metals_2.13/1.2.2/metals_2.13-1.2.2.jar:/home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar:.... its take near 1gb
java -cp /home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/virtuslab/scala-cli/cli_3/1.1.2/cli_3-1.1.2.jar:/home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/com/github/alexarchambault/case-app_3/2.1.0-M26/case-app_3-2.1.0-M26.jar:/... its take near 300mb
the above process take more ram in ide ,so ide get slow
scalacli takes average take 1gb ,max: 2gb
how to reduce thier ram size
The text was updated successfully, but these errors were encountered:
java -Xss4m -Xms100m -Xmx1G -classpath /home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scalameta/metals_2.13/1.2.2/metals_2.13-1.2.2.jar:/home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar:.... its take near 1gb
java -cp /home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/org/virtuslab/scala-cli/cli_3/1.1.2/cli_3-1.1.2.jar:/home/local/USERECE/.cache/coursier/v1/https/repo1.maven.org/maven2/com/github/alexarchambault/case-app_3/2.1.0-M26/case-app_3-2.1.0-M26.jar:/... its take near 300mb
the above process take more ram in ide ,so ide get slow
scalacli takes average take 1gb ,max: 2gb
how to reduce thier ram size
The text was updated successfully, but these errors were encountered: