-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java cannot allocate memory (sbt) #1365
Comments
Strange... sbt has been one thing that has been rock solid for me over the last several builds. What version of sbt are you using? Do you have a custom launch script? What happens if you do |
I'm using sbt 13.13 with no launch script. I'll try with sbt -mem 2048 and get back to you. |
Having the same issue... |
Yeah sbt -mem 2048 didn't fix anything for me either. |
Update. Sorry, my issue is a little bit different. I have the same exception messages, but I receive them on sbt start, but not after some time..
|
Ah ok. sbt will start for me as well (with the memory exceptions) but it's very inconsistent with when commands will actually run in the console and when everything just fails. |
Make sure you have enough memory for SBT as well:
|
A brief description
I'm trying to run the sbt console, and after some time, the sbt console stops working with a "Cannot allocate memory" error.
Expected results
sbt console works as normal
Actual results (with terminal output if applicable)
Your Windows build number
14965
Steps / All commands required to reproduce the error from a brand new installation
sbt
The text was updated successfully, but these errors were encountered: