We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0938 commit 0c962dbCopy full SHA for 0c962db
docker-compose.yml
@@ -49,7 +49,7 @@ services:
49
environment:
50
- discovery.type=single-node
51
- xpack.security.enabled=false
52
- - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
+ - "ES_JAVA_OPTS=-Xms2g -Xmx2g"
53
networks:
54
- app-network
55
volumes:
infra/variables.tf
@@ -31,7 +31,7 @@ variable "db_password" {
31
variable "ec2_instance_type" {
32
description = "EC2 인스턴스 타입"
33
type = string
34
- default = "t3.small"
+ default = "t3.medium"
35
}
36
37
variable "rds_instance_class" {
0 commit comments