[Java] VM arguments(VM options) 추가, 조회 - IntelliJ, Eclipse
VM arguments(VM options)란 JVM에 전달되어 VM의 동작방식 및 시스템 속성을 정의합니다. X 옵션 : JVM Heap Memory, Permanent Generation , Direct Buffer 크기 지정 등 D 옵션 : 전역 시스템 속성 정의 -DKey = Value 단건조회 : System.getPropertie(String key) 전체조회 : System.getProperties() VM arguments 추가 - Eclipse Servers > open launch configuration > Edit Configuration > VM arguments에 원하는 항목 추가 VM options 추가 - IntelliJ Run/Debug Configurations > 어플리..