<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Matlab-Java memory leaks, performance	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matlab-java-memory-leaks-performance</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 29 Jan 2014 18:36:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Assessing Java object size in Matlab &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-312025</link>

		<dc:creator><![CDATA[Assessing Java object size in Matlab &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 29 Jan 2014 18:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-312025</guid>

					<description><![CDATA[[...] You may also find useful another article I wrote, on finding and fixing a Java memory leak in Matlab [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] You may also find useful another article I wrote, on finding and fixing a Java memory leak in Matlab [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Accessing private object properties &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-304766</link>

		<dc:creator><![CDATA[Accessing private object properties &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 18 Dec 2013 18:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-304766</guid>

					<description><![CDATA[[...] of this blog? Reading private propertiesGetting the value of x is simple enough when we recall that calling Matlab&#8217;s struct function on a class object reveals all its hidden treasures. I wrote about this a couple of years ago, and I&#8217;m not sure [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] of this blog? Reading private propertiesGetting the value of x is simple enough when we recall that calling Matlab&#8217;s struct function on a class object reveals all its hidden treasures. I wrote about this a couple of years ago, and I&#8217;m not sure [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-226113</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 17 Jul 2013 08:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-226113</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-226089&quot;&gt;drsenju&lt;/a&gt;.

In general, increasing the Java heap size should improve performance.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-226089">drsenju</a>.</p>
<p>In general, increasing the Java heap size should improve performance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: drsenju		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-226089</link>

		<dc:creator><![CDATA[drsenju]]></dc:creator>
		<pubDate>Wed, 17 Jul 2013 07:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-226089</guid>

					<description><![CDATA[Hello,
can i know which is better for matlab performance, make a java heap size bigger or lower?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
can i know which is better for matlab performance, make a java heap size bigger or lower?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-201679</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 13 May 2013 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-201679</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-201678&quot;&gt;Maamar Taleb&lt;/a&gt;.

@Maamar - without knowing what your loop looks like it is impossible to provide a specific answer. 

One memory leak that has been &lt;a href=&quot;http://www.mathworks.com/support/bugreports/819115&quot; rel=&quot;nofollow&quot;&gt;fixed in R2013a&lt;/a&gt; relates to using &lt;i&gt;&lt;b&gt;drawnow&lt;/b&gt;&lt;/i&gt; within a loop - maybe this is the case that you have.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-201678">Maamar Taleb</a>.</p>
<p>@Maamar &#8211; without knowing what your loop looks like it is impossible to provide a specific answer. </p>
<p>One memory leak that has been <a href="http://www.mathworks.com/support/bugreports/819115" rel="nofollow">fixed in R2013a</a> relates to using <i><b>drawnow</b></i> within a loop &#8211; maybe this is the case that you have.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maamar Taleb		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-201678</link>

		<dc:creator><![CDATA[Maamar Taleb]]></dc:creator>
		<pubDate>Mon, 13 May 2013 14:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-201678</guid>

					<description><![CDATA[Hello;

I have an open loop in my file and that is by using the command for n=1:inf
I do some calculations in such calculation and I use the command &lt;i&gt;&lt;b&gt;clear all&lt;/b&gt;&lt;/i&gt; at the end of each loop.
Unfortunately, the program runs for 1 hour and crashes later because of the out of memory message
It seems that there there is a leak in the memory whenever we jump from one loop to the next one.

Can any body help or tell me how to clear the command function at the end of loop and that is to avoid matlab crashes later.

Thank you]]></description>
			<content:encoded><![CDATA[<p>Hello;</p>
<p>I have an open loop in my file and that is by using the command for n=1:inf<br />
I do some calculations in such calculation and I use the command <i><b>clear all</b></i> at the end of each loop.<br />
Unfortunately, the program runs for 1 hour and crashes later because of the out of memory message<br />
It seems that there there is a leak in the memory whenever we jump from one loop to the next one.</p>
<p>Can any body help or tell me how to clear the command function at the end of loop and that is to avoid matlab crashes later.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-171610</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 21:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-171610</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-93064&quot;&gt;Yair Altman&lt;/a&gt;.

@Yair - Actually, the documentation is in error.  I was alarmed by what you posted that is from the documentation -- the &#039;Callback&#039; property is not listed as being governed by the &#039;Interruptible&#039; property.  I therefore contacted Mathworks to ask if the behavior of handle graphics has changed in the newer releases to exclude the &#039;Callback&#039; property from &#039;Interruptible&#039; consideration.  Tech Support told me that the behavior has not changed, agreed that documentation was confusing, and would take action to fix it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-93064">Yair Altman</a>.</p>
<p>@Yair &#8211; Actually, the documentation is in error.  I was alarmed by what you posted that is from the documentation &#8212; the &#8216;Callback&#8217; property is not listed as being governed by the &#8216;Interruptible&#8217; property.  I therefore contacted Mathworks to ask if the behavior of handle graphics has changed in the newer releases to exclude the &#8216;Callback&#8217; property from &#8216;Interruptible&#8217; consideration.  Tech Support told me that the behavior has not changed, agreed that documentation was confusing, and would take action to fix it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: File deletion memory leaks, performance &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-160820</link>

		<dc:creator><![CDATA[File deletion memory leaks, performance &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 20:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-160820</guid>

					<description><![CDATA[[...] leak in delete was (to the best of my knowledge) originally reported in the CSSM newsgroup and on this blog a few weeks ago [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] leak in delete was (to the best of my knowledge) originally reported in the CSSM newsgroup and on this blog a few weeks ago [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Waiting for asynchronous events &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-111078</link>

		<dc:creator><![CDATA[Waiting for asynchronous events &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 10:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-111078</guid>

					<description><![CDATA[[...] reasons when it becomes clear (I have shown several examples of this in the past, here, here, here and here). [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] reasons when it becomes clear (I have shown several examples of this in the past, here, here, here and here). [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-104841</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 19 Aug 2012 23:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2665#comment-104841</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-104833&quot;&gt;byron van gorp&lt;/a&gt;.

@Byron - thanks for sharing]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance#comment-104833">byron van gorp</a>.</p>
<p>@Byron &#8211; thanks for sharing</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
