重新启动后 pycharm 未在 Ubuntu 中启动
pycharm does not start in Ubuntu after reboot
我在 Ubuntu 上使用 pycharm 很好,直到我重新启动系统进行一些更新。那我就不能开始Pycharm了。我尝试从终端启动,但出现错误 "Unrecognized VMoption 'MaxPermSize=350m'".
我想这与 Java...有关?我读到 Java 的最新版本不适用于 Pycharm 或之前的东西......也许它在我重新启动系统时自动获得了 "updated" 到最新版本?请告诉我如何开始我的 Pycharm...谢谢
这个 link (https://askubuntu.com/questions/624199/problem-with-java-while-trying-to-run-pycharm-community-4-5) 表示:
Open the file pycharm64.vmoptions
nano /opt/pycharm-community-4.5/bin/pycharm64.vmoptions
and add a #
at the beginning of the line
# -XX:MaxPermSize=350m
Open the file pycharm.vmoptions
nano /opt/pycharm-community-4.5/bin/pycharm.vmoptions
and add a #
at the beginning of the line
# -XX:MaxPermSize=250m
我在 Ubuntu 上使用 pycharm 很好,直到我重新启动系统进行一些更新。那我就不能开始Pycharm了。我尝试从终端启动,但出现错误 "Unrecognized VMoption 'MaxPermSize=350m'".
我想这与 Java...有关?我读到 Java 的最新版本不适用于 Pycharm 或之前的东西......也许它在我重新启动系统时自动获得了 "updated" 到最新版本?请告诉我如何开始我的 Pycharm...谢谢
这个 link (https://askubuntu.com/questions/624199/problem-with-java-while-trying-to-run-pycharm-community-4-5) 表示:
Open the file
pycharm64.vmoptions
nano /opt/pycharm-community-4.5/bin/pycharm64.vmoptions
and add a
#
at the beginning of the line# -XX:MaxPermSize=350m
Open the file
pycharm.vmoptions
nano /opt/pycharm-community-4.5/bin/pycharm.vmoptions
and add a
#
at the beginning of the line# -XX:MaxPermSize=250m