Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Sqoop
- es6
- vaadin
- hadoop
- NPM
- window
- mybatis
- 보조정렬
- Java
- xPlatform
- SPC
- Kotlin
- MSSQL
- Eclipse
- R
- table
- JavaScript
- react
- GIT
- SSL
- 공정능력
- tomcat
- mapreduce
- Spring
- Express
- SQL
- Python
- IntelliJ
- plugin
- Android
Archives
- Today
- Total
DBILITY
websphere liberty profile 17 jvm option 설정 본문
728x90
반응형
8.5가 없어서 비교는 안 해봤지만, 몇 해 전 테스트 때와 비교할 때
테스트 결과 8.5보다 startup이 좀 느리게 느껴졌다
websphere liberty profile 압축해제 후 etc directory 생성
jvm.options 파일을 추가하고, 내용을 작성한다.
-Dfile.encoding=UTF8
-Dfile.client.encoding=UTF8
-XX:PermSize=128m
-XX:MaxPermSize=256m
-Xms1024m
-Xmx1024m
-XX:NewRatio=2
-XX:+UseParallelGC
-XX:-UseConcMarkSweepGC
728x90
'was' 카테고리의 다른 글
tomcat upload file size limit configuration ( 제한 해제 ) (0) | 2020.03.14 |
---|---|
tomcat local session clearing (0) | 2019.03.19 |
Weblogic ClassLoader Hierachy (0) | 2016.10.15 |
Disabling Derby in Oracle WebLogic 12c (0) | 2016.09.20 |
tomcat memory 설정 (0) | 2016.09.16 |
Comments