This message was deleted.
# general
s
This message was deleted.
n
https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html#removed-java-options java 17 removed the MaxPermSize option, so you canโ€™t pass it to the process anymore.
โœ… 1
as per the link:
`-XX:MaxPermSize=`_size_
Sets the maximum permanent generation space size (in bytes). This option was deprecated in JDK 8 and superseded by the
-XX:MaxMetaspaceSize
option.
โœ… 1
m
It is working now. Thanks a lot @Niels Doucet ๐Ÿ™
๐Ÿ‘Œ 1