]> source.dussan.org Git - sonarqube.git/commit
SONAR-6315 index changes per quality profile to avoid OOM
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 4 May 2017 14:30:03 +0000 (16:30 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 12 May 2017 09:18:19 +0000 (11:18 +0200)
commit3b0bc018071a7ffb61e929927594871341261314
treeff91aa576ba4089e6d177203b0d9a9913a9cbd8a
parent4b655d90490eb074d2e6192709146cb2744c0010
SONAR-6315 index changes per quality profile to avoid OOM

because indexing only at the end of MassRegisterQualityProfiles means holding every changes for every QP for every organization in memory and this can be a lot
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/MassRegisterQualityProfiles.java