Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove MaxPerm args from JVM invocation (software-mansion#1888)
## Description MaxPerm option does not work with Java version >= 17 and it was deprecated many many years ago (looks like it was ignored [since Java 8](https://stackoverflow.com/questions/12114174/what-does-xxmaxpermsize-do)) and recently it was completely removed (using it throws an error). From the information I've gathered in "recent" Java versions (>= 8) permament generation space size is not limited thus this options is redundant. ## Changes Removed `-XX:MaxPermSize=512m` arg from gradle deamon invocation. ## Test code and steps to reproduce CI ## Checklist - [x] Ensured that CI passes
- Loading branch information