File:  [cvs.NetBSD.org] / pkgsrc / devel / pycharm-bin / patches / Attic / patch-bin_pycharm.vmoptions
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jul 13 11:30:18 2023 UTC (15 months, 3 weeks ago) by hauke
Branches: MAIN
CVS tags: HEAD
This Pycharm version is a bit long in the tooth, and breaks on Java
17, limit the version range.

Remove deprecated VM option.

$NetBSD: patch-bin_pycharm.vmoptions,v 1.1 2023/07/13 11:30:18 hauke Exp $

Remove unsupported VM option.

--- bin/pycharm.vmoptions.orig	2019-05-07 14:53:11.000000000 +0000
+++ bin/pycharm.vmoptions
@@ -2,7 +2,6 @@
 -Xms128m
 -Xmx512m
 -XX:ReservedCodeCacheSize=240m
--XX:+UseConcMarkSweepGC
 -XX:SoftRefLRUPolicyMSPerMB=50
 -ea
 -Dsun.io.useCanonCaches=false

CVSweb <webmaster@jp.NetBSD.org>