Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[성능] Low TPS 해결 방법 #2

Open
Garamda opened this issue May 4, 2019 · 2 comments
Open

[성능] Low TPS 해결 방법 #2

Garamda opened this issue May 4, 2019 · 2 comments

Comments

@Garamda
Copy link
Member

Garamda commented May 4, 2019

시도해 볼 다른 방법 정리

  1. Maven <dependency></dependency>에서 <scope></scope> 문제일 가능성이 있습니다.
  • AuthServer의 pom.xml 중 Tomcat 설정 부분
<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
            <scope>provided</scope>
</dependency>

provided scope는 배포에서 제외됩니다.
이 scope를 지워서 배포에 포함시켜야, CentOS 서버에서 변경한 Tomcat 설정이 적용될 것 같습니다.

@Garamda Garamda reopened this May 10, 2019
@leeyunjea
Copy link
Member

이거 시도해 봐야겠네요. 😄

@Garamda
Copy link
Member Author

Garamda commented May 10, 2019

바쁜게 정리되는대로, 모여서 다시 배포하고 테스트 해봅시다 👍

@Garamda Garamda changed the title Low TPS 해결 방법 [성능] Low TPS 해결 방법 Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants