Skip to content
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

Convert .travis-jvmopts to .sbtopts #10062

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

raboof
Copy link
Member

@raboof raboof commented Feb 12, 2020

Without those, on my machine (both jdk8 and jdk11),
'sbt clean +publishLocal' would run out of memory throwing confusing errors
such as 'java.lang.NoClassDefFoundError: xsbt/DelegatingReporter$PositionImpl$'.
Apparently the JVM heuristics for selecting these values aren't very good yet,
and it would be helpful to supply some reasonable defaults as .sbtopts so new
contributors don't have to deal with this.

Without those, on my machine (both jdk8 and jdk11),
'sbt clean +publishLocal' would run out of memory throwing confusing errors
such as 'java.lang.NoClassDefFoundError: xsbt/DelegatingReporter$PositionImpl$'.
Apparently the JVM heuristics for selecting these values aren't very good yet,
and it would be helpful to supply some reasonable defaults as .sbtopts so new
contributors don't have to deal with this.
@mergify mergify bot merged commit 3dbf0de into playframework:master Feb 14, 2020
@mkurz
Copy link
Member

mkurz commented Apr 10, 2020

For some reason I also see java.lang.NoClassDefFoundError: xsbt/DelegatingReporter$PositionImpl$ now, when publishing the 2.8.x branch locally... Did not happen before... Anyway, let's backport.

@mkurz
Copy link
Member

mkurz commented Apr 10, 2020

@Mergifyio backport 2.8.x

@mergify
Copy link
Contributor

mergify bot commented Apr 10, 2020

Command backport 2.8.x: success

Backports have been created

mergify bot added a commit that referenced this pull request Apr 10, 2020
mkurz added a commit to mkurz/playframework that referenced this pull request Apr 28, 2021
mkurz added a commit to mkurz/playframework that referenced this pull request Apr 28, 2021
@mkurz mkurz mentioned this pull request Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants