Skip to content

Instantly share code, notes, and snippets.

@n-shinya
Last active December 16, 2015 07:49
Show Gist options
  • Save n-shinya/5401419 to your computer and use it in GitHub Desktop.
Save n-shinya/5401419 to your computer and use it in GitHub Desktop.
[Eclipse]JUnit起動時にJVMパラメータを追加する

[Eclipse]JUnit起動時にJVMパラメータを追加する

設定箇所

Run As -> Run Configurations... -> Argumentsタブ -> VM arguments

設定例

-XX:MaxPermSize=256m -Xmx512m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment