hsik0225 / dropthecode

0 stars 1 forks source link

Heroku에 SonarQube App을 생성하여 정적 코드 분석하기 #6

Closed hsik0225 closed 2 years ago

hsik0225 commented 2 years ago

Heroku에서 제공하는 무료 다이노(어플리케이션이 배포되는 Uninx 컨테이너)의 램 용량은 512MB입니다. 무료 다이노로 SonarQube를 사용하는 것은 무리가 있기 때문에 Heroku에 SonarQube를 설치하여 정적으로 코드를 분석하는 것은 포기했습니다. 대신 기본 Ubuntu Server를 이용하여 SonarQube를 사용하기로 결정했습니다.

https://stackoverflow.com/questions/56805948/how-to-deploy-sonarqube-server-on-heroku-dyno

Note: You have to use performance-m dyno (which is not free) on Heroku due to some memory constraints. Also free version of Postgres will get exhausted within 1 or 2 scans, so you have to upgrade it as per your need.