0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Systemdに環境変数を設定しTomcat起動時にVMのメモリサイズを設定する

Last updated at Posted at 2020-12-07

はじめに

以前Tomcatの自動起動の記事を記載したが、メモリをうまく設定できていなかったので調べて対応した時のメモ

環境

  • CentOS8
  • OpenJDK8
  • Tomcat8.0

方法

以下のようにEnvironmentを使って、環境変数JAVA_OPTにVMに渡したい引数を指定すればよい。

/etc/systemd/system/tomcat.service
Environment='JAVA_OPTS=-Xmx1536m -Xmx1536m'
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?