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

setting vm.max_map_count #225

Open
CarstenHoyer opened this issue Mar 23, 2017 · 0 comments
Open

setting vm.max_map_count #225

CarstenHoyer opened this issue Mar 23, 2017 · 0 comments

Comments

@CarstenHoyer
Copy link

I am trying to run ELK from the sebp/elk image, but I am having trouble setting sysctl -w vm.map_max_count in dlite.

It works with release 1.1.4, but not with 2.0.0-beta9

Bug Reports

  • dlite version in use (run dlite --version): dlite version 2.0.0-beta9

  • expected behavior: vm.max_map_count should equal 262144 in the container.

  • actual behavior: vm.max_map_count equals 65530 in the container

  • steps to reproduce
    Init dlite with 4g memory (the memory is strictly not necessary)
    $ ssh local.docker
    $ sudo sysctl -w vm.max_map_count=262144
    vm.max_map_count=262144

Or set vm.max_map_count=262144 in /etc/sysctl.conf and run sysctl -p

$ git clone git@github.com:CarstenHoyer/dlite-issue.git
$ cd dlite-issue
$ docker-compose up

Notice vm.max_map_count in the output from the container.

Feature Requests

If possible, please explain why this is working in dlite 1.1.4 but not in the latest 2.x release
Or even better - make a fix for it :)

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

1 participant