You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
==> elastic: Running trigger...
elastic: Running local: Inline script
elastic: sudo sysctl -w vm.max_map_count=262144
elastic: sysctl: unknown oid 'vm.max_map_count'
==> elastic: Trigger run failed
==> elastic: A script exited with an unacceptable exit code 1.
A script exited with an unacceptable exit code 1.
It seems it's trying to set it for the Mac host (not Linux), which would not have the desired effect. An manual approach, which does seem to work for me is this: https://stackoverflow.com/a/51623813/2682119
Workaround I'm using for this is just overriding vagrant_triggers_mac_os in an local/service.elastic.yml file.
The text was updated successfully, but these errors were encountered:
* Fix plugin install (#67)
* Fix plugin install
* Switch version
* Use new version for base images
* Missing a WP test
* Fix Platform mismatch for SSH port forwarding
* Amend .gitignore for Ansible retry files
* #68: Remove sysctl call on Mac hosts
This kills
vagrant up
for elastic vm on a Mac for me (MacOS 10.14, Docker Desktop Community Version 2.0.0.2):ce-vm/service.elastic.yml
Line 19 in 080a418
I get the following error:
It seems it's trying to set it for the Mac host (not Linux), which would not have the desired effect. An manual approach, which does seem to work for me is this: https://stackoverflow.com/a/51623813/2682119
Workaround I'm using for this is just overriding
vagrant_triggers_mac_os
in anlocal/service.elastic.yml
file.The text was updated successfully, but these errors were encountered: