8.4.2-Developer Edition intermittent restarts

Ok, I found the other thread you’re referring to. Here: Sonarqube-8.4.2-Developer - higher memory footprint (vs 8.2-Developer)

I think your problem is simply that the SonarQube default memory settings are incompatible with the K8S resource allocation that you’re giving. [Requests: 1GiB, Limits: 2GiB] is ridiculously low.
The first thing to do is to simultaneously:

  • Lower the SonarQube default memory settings (Web: 512MB, CE: 512MB, Search: 768 MB)
  • Increase the K8S resource allocation (Requests: 2GiB, Limits: 3GiB)

Details on how to do that in the other thread.

Olivier