Skip to content

Commit

Permalink
remove MaxPermSize from defaults for deb and rpm since java 8 ignores…
Browse files Browse the repository at this point in the history
… it; for #4406
  • Loading branch information
meek0 committed Jul 19, 2023
1 parent 66cdea1 commit e224938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mica-dist/src/main/deb/default/mica2
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ MICA_LOG=/var/log/mica2
MICA_ARGS=""

# arguments to pass to java
JAVA_ARGS="-Xms2G -Xmx2G -XX:MaxPermSize=256M"
JAVA_ARGS="-Xms2G -Xmx2G"
2 changes: 1 addition & 1 deletion mica-dist/src/main/rpm/mica2.default
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ MICA_LOG=/var/log/mica2
MICA_ARGS=""

# arguments to pass to java
JAVA_ARGS="-Xms2G -Xmx2G -XX:MaxPermSize=256M"
JAVA_ARGS="-Xms2G -Xmx2G

0 comments on commit e224938

Please sign in to comment.