NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: IntelliJ won't run under NetBSD 9.0



"John m0t" <j0hnb%inbox.lv@localhost> wrote:
>I investigated long and hard.

Your log has several lines like this:

2020-04-07 15:42:26,952 [ 104252] ERROR - llij.ide.plugins.PluginManager - Compressed class space
java.lang.OutOfMemoryError: Compressed class space

Try increasing the compressed class space.

Add a command line option to the initial call to java from the wrapper
shell script like this:

  -XX:CompressedClassSpaceSize=1g


Home | Main Index | Thread Index | Old Index