Hi,
I have a 16GB RAM and running two elastic processes (nodes) on it.
According to documentation, it say to allocate half memory to lucene. So according to it,
- Should i allocate half of memory to all elastic processes combined i.e 4g ram for each process so that 8g is used for both processees?
Or
2. Should i allocate half of memory to a single process? i.e 8g for each elastic node
Thanks.