Не удалось запустить [/ bin / bash, --rcfile, /snap/pycharm-professional/127/plugins/terminal/jediterm-bash.in, -i] - PullRequest
0 голосов
/ 15 апреля 2019

Мой Pycharm работал отлично, вдруг я вижу следующее сообщение об ошибке. У меня есть профессиональная версия Pycharm

Любые предложения о том, как решить эту проблему

Cannot open Local Terminal

Failed to start [/bin/bash, --rcfile, /snap/pycharm-professional/127/plugins/terminal/jediterm-bash.in, -i] in /home/path-to-my-project

See your idea.log (Help | Show Log in Files) for the details.

1 Ответ

0 голосов
/ 16 апреля 2019

После проверки файлов журнала он дал следующие детали.У меня была Ubuntu, работающая на моем компьютере с Windows.Перезапуск хоста и гостя.решил проблему.Напоминает мне о фильме.Небоскреб с Дуэйном Джонсоном

There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 138412032 bytes for committing reserved memory.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...