abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Added memory usage constaint for elasticsearch docker container #385

Closed damisul closed 1 week ago

damisul commented 1 week ago

This PR adds some settings to docker config I use for development. It limits memory usage for elasticsearch to 4Gb. Without this elastic can take too much memory in system which causes continuous swapping and slowliness (I faced this problem on laptop with 16Gb RAM,on my home machine with 32Gb it was ok).