Intellij idea IntelliJ无法运行o启动

Intellij idea IntelliJ无法运行o启动,intellij-idea,Intellij Idea,我和IntelliJ有问题。我过去能够使用它,没有任何问题,但最近由于启动时出现以下错误而无法使用,因为它冻结了 me@mymachine:~/idea-IU-139.1117.1$ ./bin/idea.sh Exception in thread "AWT-XAWT" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "AWT-XAWT" Exception:

我和IntelliJ有问题。我过去能够使用它,没有任何问题,但最近由于启动时出现以下错误而无法使用,因为它冻结了

me@mymachine:~/idea-IU-139.1117.1$ ./bin/idea.sh 
Exception in thread "AWT-XAWT" 
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "AWT-XAWT"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "AWT-EventQueue-0 14.0.3#IU-139.1117.1, eap:false"
Exception in thread "Performance watcher" 
Exception: java.lang.OutOfMemoryError thrown from theUncaughtExceptionHandler in thread "Performance watcher"
异常:java.lang.OutOfMemoryError从线程“Timer-0”中的UncaughtExceptionHandler引发

我尝试过增加我的vmoptions,但没有成功。我甚至试着重新安装


机器:ubuntu,64位

因为有这一行:
异常:java.lang.OutOfMemoryError
,我猜你的内存堆大小问题。 您应该尝试更改Java堆大小

sudo nano /etc/profile
添加此行:

_JAVA_OPTIONS = -Xms1024m -Xmx1024m
如果内存堆大小为1024MB,则可以更改此值


参考文献:

我有三个问题。您使用OpenJDK还是Oracle JDK?它的版本是什么?以前的IntelliJ创意启动成功吗?