Skip to content

Commit

Permalink
#1085 Modernize Java
Browse files Browse the repository at this point in the history
remove MaxPermSize setting
  • Loading branch information
oliverlietz committed Jun 1, 2024
1 parent 3329c04 commit 418b8a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class VmSettingsTest extends TestBase {
public Option[] config() {
return new Option[]{
regressionDefaults(unpackDirectory()),
new VMOption("-Xmx1024m"),
new VMOption("-XX:MaxPermSize=56m") };
new VMOption("-Xmx1024m")
};
}

@Test
Expand Down

0 comments on commit 418b8a6

Please sign in to comment.