Install Elasticsearch and enable it in Mastodon #97
@ -36,7 +36,7 @@ elasticsearch_install 'elasticsearch' do
|
||||
end
|
||||
|
||||
elasticsearch_configure 'elasticsearch' do
|
||||
allocated_memory '512m'
|
||||
allocated_memory '1536m'
|
||||
end
|
||||
|
|
||||
|
||||
elasticsearch_service 'elasticsearch'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
Don't we at least want to set a cluster name and a node name as well?
The node name is set automatically from the server's hostname so that is not needed. The default cluster name is
elasticsearch, do you have a suggestion for a name?Never mind then.