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



Examine the patches for devel/pycharm-bin and modify the idea.sh script accordingly. 

On Tue, 7 Apr 2020 at 15:18, Robert Swindells <rjs%fdy2.co.uk@localhost> wrote:

"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