<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Configuring IntelliJ IDEA VM options</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 12:41:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: David</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-229365</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 13 Jan 2012 17:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-229365</guid>
		<description>Nice article but not actual navigation paths posted to direct the user as to where to apply the posted values such as MaxPermSize. :-S</description>
		<content:encoded><![CDATA[<p>Nice article but not actual navigation paths posted to direct the user as to where to apply the posted values such as MaxPermSize. :-S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobM</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-212782</link>
		<dc:creator>RobM</dc:creator>
		<pubDate>Tue, 13 Dec 2011 01:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-212782</guid>
		<description>This is the line currently in that config box (mentioned above) after some months of use and tweaking:
-XX:MaxPermSize=128m -XX:PermSize=128m -Xms1024m -Xmx1024m -XX:-UseGCOverheadLimit</description>
		<content:encoded><![CDATA[<p>This is the line currently in that config box (mentioned above) after some months of use and tweaking:<br />
-XX:MaxPermSize=128m -XX:PermSize=128m -Xms1024m -Xmx1024m -XX:-UseGCOverheadLimit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobM</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-199293</link>
		<dc:creator>RobM</dc:creator>
		<pubDate>Wed, 02 Nov 2011 05:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-199293</guid>
		<description>This is the monkeyscript for the fix I'm using successfully in Intellij 10.5.2:

From the intellij menu:
"Run" - "Edit Configurations" -
Expand "Grails" - "Grails:[projectname]" - "Grails" tab
In the "VM Parameters" textbox, set the following:
-XX:MaxPermSize=256M
"Apply" and Ok your way out.
That line was blank when I started.  If it has something in it already you may need to discover what the correct delimiter is to add this bit.  BTW, that line was cut and paste from my working intellij, so it should be right.</description>
		<content:encoded><![CDATA[<p>This is the monkeyscript for the fix I&#8217;m using successfully in Intellij 10.5.2:</p>
<p>From the intellij menu:<br />
&#8220;Run&#8221; - &#8220;Edit Configurations&#8221; -<br />
Expand &#8220;Grails&#8221; - &#8220;Grails:[projectname]&#8221; - &#8220;Grails&#8221; tab<br />
In the &#8220;VM Parameters&#8221; textbox, set the following:<br />
-XX:MaxPermSize=256M<br />
&#8220;Apply&#8221; and Ok your way out.<br />
That line was blank when I started.  If it has something in it already you may need to discover what the correct delimiter is to add this bit.  BTW, that line was cut and paste from my working intellij, so it should be right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobM</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-199217</link>
		<dc:creator>RobM</dc:creator>
		<pubDate>Tue, 01 Nov 2011 06:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-199217</guid>
		<description>Seems fixed now thanks to:
http://www.pauldeden.com/2011/06/how-to-fix-permgen-memory-error-in.html</description>
		<content:encoded><![CDATA[<p>Seems fixed now thanks to:<br />
<a href="http://www.pauldeden.com/2011/06/how-to-fix-permgen-memory-error-in.html" rel="nofollow">http://www.pauldeden.com/2011/06/how-to-fix-permgen-memory-error-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobM</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-198112</link>
		<dc:creator>RobM</dc:creator>
		<pubDate>Tue, 25 Oct 2011 00:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-198112</guid>
		<description>This is some sort of slow-death torture.
Idea 10.5.2 on Vista Business SP2.  Administrator account and a personal account with administrator privs.
The file and folder declined editing from my personal (with Administrator privs) account. But both say that "effective privileges" mean it's editable.  Finally turned off User Account Control and it permitted me to edit and save the file in place, but on changing back to my user account the file has reverted to some default setting:
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m
-ea 
Interesting to see that I can't see line breaks in that string in the file in notepad, but pasted into here it breaks the lines?  Nix line breaks in a windows config file???
What a mess.  Why are there so many magic doors to open to set these?</description>
		<content:encoded><![CDATA[<p>This is some sort of slow-death torture.<br />
Idea 10.5.2 on Vista Business SP2.  Administrator account and a personal account with administrator privs.<br />
The file and folder declined editing from my personal (with Administrator privs) account. But both say that &#8220;effective privileges&#8221; mean it&#8217;s editable.  Finally turned off User Account Control and it permitted me to edit and save the file in place, but on changing back to my user account the file has reverted to some default setting:<br />
-Xms128m<br />
-Xmx512m<br />
-XX:MaxPermSize=250m<br />
-XX:ReservedCodeCacheSize=64m<br />
-ea<br />
Interesting to see that I can&#8217;t see line breaks in that string in the file in notepad, but pasted into here it breaks the lines?  Nix line breaks in a windows config file???<br />
What a mess.  Why are there so many magic doors to open to set these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-196255</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Fri, 14 Oct 2011 23:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-196255</guid>
		<description>I used version 9.0.3 on my old XP
Now I upgraded my machine with dual CPU and 3.16 GB
And IntelliJ 10.5.2
Previously I used -Xms128m -Xmx2048m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m
It was pretty slow. Memory consumed by Idea process was over 1gb

Now I cannot run idea 10 with setting -Xmx2048m . It returns "too large" error.
I changed to -Xmx1024m, but it is working extremely slow - number of hours to load a project.
Please, advice.
Thanks.</description>
		<content:encoded><![CDATA[<p>I used version 9.0.3 on my old XP<br />
Now I upgraded my machine with dual CPU and 3.16 GB<br />
And IntelliJ 10.5.2<br />
Previously I used -Xms128m -Xmx2048m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m<br />
It was pretty slow. Memory consumed by Idea process was over 1gb</p>
<p>Now I cannot run idea 10 with setting -Xmx2048m . It returns &#8220;too large&#8221; error.<br />
I changed to -Xmx1024m, but it is working extremely slow - number of hours to load a project.<br />
Please, advice.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn Chr</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-194258</link>
		<dc:creator>Bjørn Chr</dc:creator>
		<pubDate>Tue, 27 Sep 2011 10:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-194258</guid>
		<description>"However, it is a well-known fact that JetBrains “eats its own dog food” and uses IntelliJ IDEA for development of new IntelliJ IDEA versions."

Sounds like it could often become terrible confusing..</description>
		<content:encoded><![CDATA[<p>&#8220;However, it is a well-known fact that JetBrains “eats its own dog food” and uses IntelliJ IDEA for development of new IntelliJ IDEA versions.&#8221;</p>
<p>Sounds like it could often become terrible confusing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vathanak</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-192833</link>
		<dc:creator>Vathanak</dc:creator>
		<pubDate>Sun, 18 Sep 2011 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-192833</guid>
		<description>Hi,

A blog said (I forget it) that if you increase the MaxPermSize over 500m, there may be the memory problem because garbage collector might take forever to do its task. I don't know it's true or not. If it's true, can you decrease it to 500m or can you try to set the maximum garbage collector pause to (in the file idea.vmoptions) :

-XX:MaxGCPauseMillis=10

That means that java's GC will take max 10ms to do his work.

And use concurrent Mark-Sweep (CMS) Collector (But i'm not sure that this will help for latest version of IDEA)

-XX:+UseConcMarkSweepGC

Reference: http://stackoverflow.com/questions/4676604/how-to-improve-intellij-code-editor-speed</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>A blog said (I forget it) that if you increase the MaxPermSize over 500m, there may be the memory problem because garbage collector might take forever to do its task. I don&#8217;t know it&#8217;s true or not. If it&#8217;s true, can you decrease it to 500m or can you try to set the maximum garbage collector pause to (in the file idea.vmoptions) :</p>
<p>-XX:MaxGCPauseMillis=10</p>
<p>That means that java&#8217;s GC will take max 10ms to do his work.</p>
<p>And use concurrent Mark-Sweep (CMS) Collector (But i&#8217;m not sure that this will help for latest version of IDEA)</p>
<p>-XX:+UseConcMarkSweepGC</p>
<p>Reference: <a href="http://stackoverflow.com/questions/4676604/how-to-improve-intellij-code-editor-speed" rel="nofollow">http://stackoverflow.com/questions/4676604/how-to-improve-intellij-code-editor-speed</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian Nowak</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-192542</link>
		<dc:creator>Damian Nowak</dc:creator>
		<pubDate>Thu, 15 Sep 2011 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-192542</guid>
		<description>&#62; when your project contains more than 10000 classes 

How to check the number of classes in IDEA?</description>
		<content:encoded><![CDATA[<p>&gt; when your project contains more than 10000 classes </p>
<p>How to check the number of classes in IDEA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst Bunders</title>
		<link>http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-186996</link>
		<dc:creator>Ernst Bunders</dc:creator>
		<pubDate>Wed, 27 Jul 2011 13:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/2006/04/configuring-intellij-idea-vm-options/#comment-186996</guid>
		<description>There is a related issue to idea memory settings, that I would love to get an answer to. It is becomming slightly vexing to me.
My vmsettings options are:
-Xms128m
-Xmx700m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m

And when I look at the lower right, idea tells me it's using '159M of 620M'
That would be nice, right?
But my os process manager tells me a different story: 1.5GiB WTF!!!

I am developing on a 4GiB machine, and usually my memory is full, thanks to idea. I don't get this, and the weird thing is noone else seems to be troubled by this, i can't find any comments about it.

I am currently using ubuntu 11.4 and  idea-IU-107.105, but the problem was there from the start, about a year ago.

It's not impossible to work, but is sure is annoying. If anything could be done, or if at least i could understand why this happens, I would be glad.

regards,

Ernst</description>
		<content:encoded><![CDATA[<p>There is a related issue to idea memory settings, that I would love to get an answer to. It is becomming slightly vexing to me.<br />
My vmsettings options are:<br />
-Xms128m<br />
-Xmx700m<br />
-XX:MaxPermSize=250m<br />
-XX:ReservedCodeCacheSize=64m</p>
<p>And when I look at the lower right, idea tells me it&#8217;s using &#8216;159M of 620M&#8217;<br />
That would be nice, right?<br />
But my os process manager tells me a different story: 1.5GiB WTF!!!</p>
<p>I am developing on a 4GiB machine, and usually my memory is full, thanks to idea. I don&#8217;t get this, and the weird thing is noone else seems to be troubled by this, i can&#8217;t find any comments about it.</p>
<p>I am currently using ubuntu 11.4 and  idea-IU-107.105, but the problem was there from the start, about a year ago.</p>
<p>It&#8217;s not impossible to work, but is sure is annoying. If anything could be done, or if at least i could understand why this happens, I would be glad.</p>
<p>regards,</p>
<p>Ernst</p>
]]></content:encoded>
	</item>
</channel>
</rss>

