Elasticsearch installation follow up

There are 2 php.ini files, one has memory_limit = 128M by default, the other has the -1 that you are seeing…

/etc/php/7.4/apache2/php.ini (memory_limit = 128M by default)
/etc/php/7.4/cli/php.ini (memory_limit = -1 by default)
1 Like