<?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: Mono 1.2.6 Memory Usage</title>
	<atom:link href="http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mono-126-memory-usage</link>
	<description>Kevin Kubasik's Personal Blog</description>
	<lastBuildDate>Sat, 17 Jul 2010 15:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Kevin Kubasik</title>
		<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/comment-page-1/#comment-292</link>
		<dc:creator>Kevin Kubasik</dc:creator>
		<pubDate>Thu, 13 Dec 2007 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/#comment-292</guid>
		<description>@bob - I would greatly appreciate you posting the code to this daemon?</description>
		<content:encoded><![CDATA[<p>@bob &#8211; I would greatly appreciate you posting the code to this daemon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/comment-page-1/#comment-291</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 13 Dec 2007 07:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/#comment-291</guid>
		<description>I ran a simple c# daemon application under mono/Linux and .net/Win. And after 24 hours of use, .net take about 333 Mo and mono more than 1 Go !</description>
		<content:encoded><![CDATA[<p>I ran a simple c# daemon application under mono/Linux and .net/Win. And after 24 hours of use, .net take about 333 Mo and mono more than 1 Go !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Pistuo</title>
		<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/comment-page-1/#comment-290</link>
		<dc:creator>Joe Pistuo</dc:creator>
		<pubDate>Tue, 11 Dec 2007 16:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/#comment-290</guid>
		<description>Is this taking into account common shared libraries?

The following post for information about determining real memory usage under Linux:

http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html

How many MBs of that memory are actually for shared libraries that were already running before mono started?  How many are for mono libraries?  How many are for the current processes data and beagle&#039;s application &amp; libraries?  It&#039;s very hard to say how much memory an application really uses under Linux, due to shared libraries.  If you&#039;re only running one GTK application on your system and it has 20MB resident, it&#039;s safe to say that most of that 20MB does indeed go towards gtk and the application. If you&#039;re running 20 GTK applications, you could pretty much write off the memory usage for the GTK code as irrelevant.</description>
		<content:encoded><![CDATA[<p>Is this taking into account common shared libraries?</p>
<p>The following post for information about determining real memory usage under Linux:</p>
<p><a href="http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html" rel="nofollow">http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html</a></p>
<p>How many MBs of that memory are actually for shared libraries that were already running before mono started?  How many are for mono libraries?  How many are for the current processes data and beagle&#8217;s application &amp; libraries?  It&#8217;s very hard to say how much memory an application really uses under Linux, due to shared libraries.  If you&#8217;re only running one GTK application on your system and it has 20MB resident, it&#8217;s safe to say that most of that 20MB does indeed go towards gtk and the application. If you&#8217;re running 20 GTK applications, you could pretty much write off the memory usage for the GTK code as irrelevant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/comment-page-1/#comment-289</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/#comment-289</guid>
		<description>I hope the next versions will be better cause actuals are really memory eaters !</description>
		<content:encoded><![CDATA[<p>I hope the next versions will be better cause actuals are really memory eaters !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanTheRobot</title>
		<link>http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/comment-page-1/#comment-293</link>
		<dc:creator>RyanTheRobot</dc:creator>
		<pubDate>Sat, 01 Dec 2007 04:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/11/16/mono-126-memory-usage/#comment-293</guid>
		<description>I definitely want to try out this whole &quot;.NET on Linux&quot; thing. Open source .NET what whaaat? haha. It&#039;s always nice when any kind of application is able to drop its memory usage... I definitely need to get on that for DesktopLMS... stupid memory hog. Haha.

-ryan.</description>
		<content:encoded><![CDATA[<p>I definitely want to try out this whole &#8220;.NET on Linux&#8221; thing. Open source .NET what whaaat? haha. It&#8217;s always nice when any kind of application is able to drop its memory usage&#8230; I definitely need to get on that for DesktopLMS&#8230; stupid memory hog. Haha.</p>
<p>-ryan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
