Raise the memory limit for Elasticsearch

This commit is contained in:
Greg 2019-09-11 11:21:10 +02:00
parent 245392c4ad
commit fdb4353ac0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ elasticsearch_install 'elasticsearch' do
end
elasticsearch_configure 'elasticsearch' do
allocated_memory '512m'
allocated_memory '1536m'
end
elasticsearch_service 'elasticsearch'