integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Use JVM in server mode and make JVM command line options configurable #12

Closed fourls closed 5 months ago

fourls commented 5 months ago

An out-of-memory exception was reported on integrated-application-development/sonar-delphi#207, seemingly due to the JVM defaulting to a client VM instead of a server VM on a 32-bit JRE installation.

This PR does two things: