Intellij idea completely hangs at low specs machine (4GB RAM and Arm CPU)

已回答

I trying to start HelloWorld Spring boot project on my Lenovo Duet tablet (ARM Mediatek helio CPU and 4GB of memory)

I installed Linux virtual machine inside Chrome OS and trying to run AARCH64 version of IDE.

I successfully built Gradle project, but after that IDE is 100% hangs when indexing files. Indexing is paused when build time, so it working slow, but at least it working. When indexing process continue IDE hangs and not responding. And after waiting some minutes it silently crashes.

I checked minimal requirements for IDE and it is 2GB

So the question is: Is it possible to use Intellij Idea with 4GB of memory?

1

Please try to open Help | Change Memory Settings from the main menu, lower the memory to 300-400 MB. Would it help?

IntelliJ IDEA requires at least 2 GB of free RAM, so if your total available RAM is 4 GB and some processes already occupied memory (e.g. OS, other programs), this may be the reason for the slowness. It is recommended to use 8 GB of total system RAM.

When indexing process continue IDE hangs and not responding. And after waiting some minutes it silently crashes.

To make sure there are not product-related issues please collect the IDE logs after restarting and reproducing the problem. The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadID here)

1

请先登录再写评论。