Is MAX_LOCKED_MEMORY=unlimited
settings in /etc/default/elasticsearch (on Ubuntu) still necessary in Elasticsearch 8.x?
It looks like settings in /etc/default/elasticsearch system configuration file is quite simplified and the commented MAX_LOCKED_MEMORY setting is not present like in previous Elasticsearch versions.
I still use bootstrap.memory_lock: true
in elasticsearch.yml.