Page History
...
SystemDefault.properties ファイルの最初の行が #AllowOptions で始まる場合、JVM オプションとシステム・プロパティを使用できます。
| Code Block |
|---|
#AllowOptions |
...
# |
...
#!<studio-project id="20000000-000000" |
...
name="lansa"> |
...
# .... |
...
#!</studio-project> |
...
# |
...
#!<studio-project id="20080101-000000" |
...
name="CustomChanges"> |
...
# |
...
# JVM options |
...
# |
...
-verbose:sizes |
...
-Xgcpolicy:gencon |
...
# -Xcompactexplicitgc |
...
# -Xtgc:excessiveGC,compaction |
...
# -Xverbosegclog:GC-%Y-%m-%d-%H%M%S.XML |
...
# -Xcompressedrefs |
...
# |
...
# System properties |
...
# |
...
user.timezone=GMT+10:00 |
...
os400.dir.create.auth=none |
...
os400.file.create.auth=none |
...
os400.file.encoding.ccsid=1208 |
...
com.ibm.tools.attach.enable=no |
...
# |
...
#!</studio-project> |
...
# |