Skip to content

Commit 99bbd05

Browse files
authored
[DDING-000] gc 로그세팅 문법 수정 (#321)
1 parent 5017854 commit 99bbd05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ebextensions/00-makeFiles.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ files:
1414
java \
1515
-Dfile.encoding=UTF-8 \
1616
-Xms512m -Xmx1024m \
17-
-Xlog:gc*:file="$GC_LOG_DIR/gc.log":time,uptime,level,tags,filecount=5,filesize=100M \
17+
-Xlog:gc*:file="$LOG_DIR/gc.log":time,uptime,level,tags::filecount=5,filesize=100M \
1818
-XX:+HeapDumpOnOutOfMemoryError \
1919
-XX:HeapDumpPath=$LOG_DIR/heapdump.hprof \
2020
-jar $JAR_PATH \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE question
2+
MODIFY COLUMN question VARCHAR(500) NOT NULL,
3+
MODIFY COLUMN reply VARCHAR(1000) NOT NULL;

0 commit comments

Comments
 (0)