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

Global jar_opts and jvm_opts never used #24

Open
tmaier opened this issue Mar 31, 2015 · 1 comment
Open

Global jar_opts and jvm_opts never used #24

tmaier opened this issue Mar 31, 2015 · 1 comment

Comments

@tmaier
Copy link
Contributor

tmaier commented Mar 31, 2015

In attributes/default.rb you can find the following attributes:

default[:aem][:jvm_opts] = {}
default[:aem][:jar_opts] = []

According to https://github.com/tacitknowledge/aem-cookbook/search?utf8=✓&q=jar_opts and https://github.com/tacitknowledge/aem-cookbook/search?utf8=✓&q=jvm_opts&type=Code

@pdunnavant
Copy link
Collaborator

Those are both used in the places below when building the init script. Not sure why github search isn't seeing that, but I tend to have a lot of problems with their search. ;-)

https://github.com/tacitknowledge/aem-cookbook/blob/master/templates/default/init.erb#L20
https://github.com/tacitknowledge/aem-cookbook/blob/master/templates/default/init.erb#L22

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

No branches or pull requests

2 participants