<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dimitri.eu &#187; Mac</title>
	<atom:link href="http://www.dimitri.eu/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimitri.eu</link>
	<description>About personal and IT-related occupations</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:20:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mac OSX slow, caused by aslmanager</title>
		<link>http://www.dimitri.eu/mac-osx-slow-caused-by-aslmanager/</link>
		<comments>http://www.dimitri.eu/mac-osx-slow-caused-by-aslmanager/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:13:41 +0000</pubDate>
		<dc:creator>Dimi</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[aslmanager]]></category>

		<guid isPermaLink="false">http://www.dimitri.eu/?p=51</guid>
		<description><![CDATA[For a while I had been experiencing random slowness on my iMac. This slowness could only been solved by a reboot of my iMac but this was just a temporary solution. I didn&#8217;t look for a specific cause until it began bothering me for a while and I had the time to look into the [...]]]></description>
			<content:encoded><![CDATA[<p>For a while I had been experiencing random slowness on my iMac. This slowness could only been solved by a reboot of my iMac but this was just a temporary solution. I didn&#8217;t look for a specific cause until it began bothering me for a while and I had the time to look into the issue. I opened my activity monitor (be sure to select &#8220;All processes&#8221; from the dropdown) and I noticed that a certain process called &#8220;aslmanager&#8221; was using all of my resources.</p>
<p>The &#8220;aslmanager&#8221; process is Apple&#8217;s System Logfile manager which will be used as a replacement for syslogd in future versions of Mac OSX. But this is a rather new service which contains a few bugs that cause the application to use more than 2GB of virtual memory.</p>
<p><span id="more-51"></span>The solution to this issue isn&#8217;t to kill this process as it can cause data corruption but to restart the process after cleaning out the &#8220;data store&#8221; (where the process keeps its files). This can be done by following these few steps:</p>
<ul>
<li>open the terminal utility</li>
<li>stop the syslog with the following command: sudo launchctl stop com.apple.syslogd</li>
<li>stop the aslmanager with the following command: sudo launchctl stop com.apple.aslmanager</li>
<li>create a new folder on your desktop with a random name like &#8220;temp&#8221;</li>
<li>move all of the files from the folder /var/log/asl/ towards the new folder on your desktop, this can be done with the command: mv /var/log/asl/* ∼Desktop/temp/</li>
<li>you can now start the syslogd with the following command: sudo launchctl start com.apple.syslogd</li>
</ul>
<p>You may have noticed that we didn&#8217;t start the aslmanager manually because this process will be started automatically when this is needed by the syslogd.</p>
<p>This was a solution to the high load on my Mac and I haven&#8217;t encountered this issue until now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dimitri.eu/mac-osx-slow-caused-by-aslmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

