Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Add: java args to dockerfile and update readme #37

Closed
wants to merge 2 commits into from
Closed

Add: java args to dockerfile and update readme #37

wants to merge 2 commits into from

Conversation

sachincool
Copy link

No description provided.

@sachincool
Copy link
Author

sachincool commented Oct 26, 2018

fix #28

@sachincool sachincool changed the title Patch 1 Add: java args to dockerfile and update readme Oct 26, 2018
@mayurah
Copy link

mayurah commented Mar 18, 2020

For me, adding below for elasticsearch worked.

 environment:
  - bootstrap.memory_lock=true
  - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ulimits:
  memlock:
    soft: -1
    hard: -1
  nofile:
    soft: 65536
    hard: 65536
mem_limit: 1g

@sachincool
Copy link
Author

Great addition! I wish I could update it now, but I already deleted the fork. Also @mayurah check your FB messenger once :P I left a message back in 2017.. Weird coincidence. Great to see you here

blacktop added a commit that referenced this pull request Mar 18, 2020
@blacktop
Copy link
Owner

added, thank you 👍

@blacktop blacktop closed this Mar 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants