Skip to content

Commit 0c962db

Browse files
authored
chore: 시연용 EC2 인스턴스 업그레이드 및 ES 메모리 확장 (#114)
1 parent 33e0938 commit 0c962db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
environment:
5050
- discovery.type=single-node
5151
- xpack.security.enabled=false
52-
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
52+
- "ES_JAVA_OPTS=-Xms2g -Xmx2g"
5353
networks:
5454
- app-network
5555
volumes:

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "db_password" {
3131
variable "ec2_instance_type" {
3232
description = "EC2 인스턴스 타입"
3333
type = string
34-
default = "t3.small"
34+
default = "t3.medium"
3535
}
3636

3737
variable "rds_instance_class" {

0 commit comments

Comments
 (0)