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
I'm using limactl version 0.11.3 template://docker on my Macos m1pro
when I'm running Elasticsearch on lima-docker, I need edit some setting, but never work
limactl shell docker into lima-docker, then edit the setting
for example:
(1) disable swap temporarily sudo swapoff -a
(2) Alternatively, set memlock to unlimited in /etc/security/limits.conf elasticsearch soft memlock unlimited elasticsearch hard memlock unlimited
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using limactl version 0.11.3 template://docker on my Macos m1pro
when I'm running Elasticsearch on lima-docker, I need edit some setting, but never work
limactl shell docker into lima-docker, then edit the setting
for example:
(1) disable swap temporarily
sudo swapoff -a
(2) Alternatively, set memlock to unlimited in /etc/security/limits.conf
elasticsearch soft memlock unlimited elasticsearch hard memlock unlimited
Beta Was this translation helpful? Give feedback.
All reactions