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 launch scripts to include default Xms / Xmx for heap size #392

Closed
brasseld opened this issue Jan 3, 2017 · 0 comments
Closed

Update launch scripts to include default Xms / Xmx for heap size #392

brasseld opened this issue Jan 3, 2017 · 0 comments
Assignees
Milestone

Comments

@brasseld
Copy link
Member

brasseld commented Jan 3, 2017

Currently, gateway and management-rest-api process are started without information about the heap size allocated to their respective JVM.

To avoid default and 'oversized' memory allocation, we must define default values for them.
To get default xmx and xms value (unix system): java -XX:+PrintFlagsFinal -version | grep HeapSize

@brasseld brasseld added this to the 1.2.0 milestone Jan 3, 2017
brasseld added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Jan 3, 2017
@brasseld brasseld self-assigned this Jan 3, 2017
brasseld added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Jan 3, 2017
brasseld added a commit to gravitee-io/gravitee-api-management that referenced this issue Jan 4, 2017
brasseld added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Jan 4, 2017
aelamrani pushed a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Jan 4, 2017
aelamrani pushed a commit to gravitee-io/gravitee-api-management that referenced this issue Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants