博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
idea启动崩溃问题
阅读量:4672 次
发布时间:2019-06-09

本文共 739 字,大约阅读时间需要 2 分钟。

idea启动崩溃问题

内存已经给到1024m了;

注意到项目比较大,有个参数ReservedCodeCasheSize,把这个修改为1024m,

学习了:https://www.cnblogs.com/zengming/p/ideasetting.html 这个里面提到过;

===========================

又遇到启动闪退的问题,各种尝试,把内存设置到了3G,还是不行;

在C:\Users\Administrator文件夹中,有java_error_in_idea_xxxx.log文件,里面使用的jdk是自带的;

学习了:https://blog.csdn.net/liu_zhaoming/article/details/79106634

设置环境变量 IDEA_JDK_64  C:\Java\Jdk1.8...

===========================

解决IDEA卡顿问题及相关基本配置

https://blog.csdn.net/u013068377/article/details/54316965  一些默认设置的修改;木有用

===========================

进行jvm参数的修改:可能有用

POM自动导入的问题:

https://blog.csdn.net/Gnd15732625435/article/details/81062381

Settings>Build,...>Build Tools>Maven>Importing>Import Maven projects automatically

 

 

 

转载于:https://www.cnblogs.com/stono/p/9347055.html

你可能感兴趣的文章
Linux内核分析——进程的描述和进程的创建
查看>>
【C++自我精讲】基础系列三 重载
查看>>
企业级docker私有仓库的配置与使用
查看>>
ireport5.6+jasperreport6.3开发(四)--以javabean为基准的报表开发(ireport)
查看>>
Spring面试底层原理的那些问题,你是不是真的懂Spring?
查看>>
Java知识导航总图
查看>>
关于Ajax的实现
查看>>
$cast
查看>>
js 把字符串格式化成时间
查看>>
关于老师
查看>>
[Swift]LeetCode212. 单词搜索 II | Word Search II
查看>>
jquery知识点总结二
查看>>
利用map ,找出list里面string类型,长度最小的那个
查看>>
今天真手贱.
查看>>
【转载】如何使用docker部署c/c++程序
查看>>
Android Binder机制(二) ------- 服务的实现
查看>>
[Algorithm] Find first missing positive integer
查看>>
[Angular] @ViewChild and template #refs to get Element Ref
查看>>
[Angular] Show a loading indicator in Angular using *ngIf/else, the as keyword and the async pipe
查看>>
[Angular] Configurable Angular Components - Content Projection and Input Templates
查看>>