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

[minor] [build] Set java options when generating mima ignores. #5615

Closed
wants to merge 1 commit into from

Conversation

vanzin
Copy link
Contributor

@vanzin vanzin commented Apr 21, 2015

The default java options make the call to GenerateMIMAIgnore take
forever to run since it's gc'ing all the time. Improve things by
setting the perm gen size / max heap size to larger values.

The default java options make the call to GenerateMIMAIgnore take
forever to run since it's gc'ing all the time. Improve things by
setting the perm gen size / max heap size to larger values.
@vanzin
Copy link
Contributor Author

vanzin commented Apr 21, 2015

/cc @shaneknapp @pwendell

@srowen
Copy link
Member

srowen commented Apr 21, 2015

LGTM

@shaneknapp
Copy link
Contributor

guess i forgot to log myself out of the amplab account. :)

lgtm!

@pwendell
Copy link
Contributor

LGTM as well, pending tests.

@SparkQA
Copy link

SparkQA commented Apr 21, 2015

Test build #30685 has finished for PR 5615 at commit f44e921.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@asfgit asfgit closed this in a70e849 Apr 21, 2015
@vanzin vanzin deleted the gen-mima-fix branch April 22, 2015 00:39
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
The default java options make the call to GenerateMIMAIgnore take
forever to run since it's gc'ing all the time. Improve things by
setting the perm gen size / max heap size to larger values.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes apache#5615 from vanzin/gen-mima-fix and squashes the following commits:

f44e921 [Marcelo Vanzin] [minor] [build] Set java options when generating mima ignores.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants