Project
IntelliJ IDEA
Priority
Normal
Type
Performance Problem
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
Code Navigation
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Omair-Inam Abdul-Matin
    4 years ago (24 Jan 2008 20:28)
  • Updated by   root
    2 years ago (17 Jan 2010 20:57)
  • Jira: IDEADEV-24472
    (history, comments)
 
IDEA-42641 Provide higher default maximum memory setting
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Take 2... The zip file uploaded previously was corrupted (IDEA-16954)

A dump file has been uploaded via FTP: 7648_23.01.2008_12.03.37.zip

Issue was resolved
Comments (8)
 
History
 
Linked Issues (?)
 
Maxim Mossienko
  Maxim Mossienko
25 Jan 2008 18:43
4 years ago
You seems having large java files edited thus little more heap memory should be specified. Please, try adjusting -Xmx setting in idea.exevmoptions (e.g. -Xmx256m)
Jon Steelman
  Jon Steelman
25 Jan 2008 20:38
4 years ago
Is it time to change the default to -Xmx256m? It has been defaulted to 196 for a while now and the average machine has a lot more memory.
Jon Steelman
  Jon Steelman
25 Jan 2008 20:43
4 years ago
Plus the average Java project has become much larger and the largest Java files in those projects are also larger.
Omair-Inam Abdul-Matin
  Omair-Inam Abdul-Matin
28 Jan 2008 22:31
4 years ago
I was using -Xmx512m and now I've increased to -Xmx700m
Maxim Mossienko
  Maxim Mossienko
28 Jan 2008 23:57
4 years ago
I have not seen leaks in your snapshot thus thus reformulating issue as 'Provide higher default maximum memory setting'
M. Erik Husby
  M. Erik Husby
01 Feb 2008 18:42
4 years ago
Please do this to the Macintosh Info.plist as well. I find myself editing that file every time a new release comes out. I run with -Xms256 -Xmx1024m because I have a very large project.
Maxim Mossienko
  Maxim Mossienko
01 Feb 2008 18:53
4 years ago
  • Xmx256m was set for Mac as well
Jon Steelman
  Jon Steelman
01 Feb 2008 20:50
4 years ago
I have to do the same, editing the file on every EAP install. Maxim, it would be a pleasure if this could be saved somewhere else that you didn't have to edit after every install.