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

update max metaspace size #922

Merged
merged 1 commit into from Oct 27, 2015
Merged

update max metaspace size #922

merged 1 commit into from Oct 27, 2015

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Oct 26, 2015

@@ -539,7 +539,7 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<argLine>-XX:MaxMetaspaceSize=128m ${jacoco.agent.it.arg}</argLine>
<argLine>-XX:MaxMetaspaceSize=512m ${jacoco.agent.it.arg}</argLine>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last time I wanted to up the memory for failsafe, @fasseg was of the vociferous opinion that it wold be difficult for people to build Fedora with a half-gig for tests. I disagreed, but we left it alone then. You might want to ping the -tech list letting them know this is happening, in case anyone wants to react.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I picked 512m because that's the value currently in use for the (surefire) unit tests: see line 561 below. That is, unless I'm misreading this, it seems fcrepo already requires .5 GB for the tests (and has for some time).

awoods pushed a commit that referenced this pull request Oct 27, 2015
@awoods awoods merged commit 1e4d09d into fcrepo:master Oct 27, 2015
@acoburn acoburn deleted the fcrepo-1796 branch November 6, 2015 19:31
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