<?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>寂静的深海 &#187; memory</title>
	<atom:link href="http://www.deepseath.com/?feed=rss2&#038;tag=memory" rel="self" type="application/rss+xml" />
	<link>http://www.deepseath.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jan 2024 09:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>firefox内存优化</title>
		<link>http://www.deepseath.com/?p=888</link>
		<comments>http://www.deepseath.com/?p=888#comments</comments>
		<pubDate>Fri, 19 Aug 2011 01:25:57 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=888</guid>
		<description><![CDATA[其实我最常用的浏览器是Opera，不过有时候为了调试页面会用到Firefox，因为有个firebug的插件特别方便，不过长期来Firefox讨厌的内存占用实在闹心，直到最近的firefox6也没见改善多少。 内存虽然占用很多，可习惯了firebug不想更换，找了很多资料，总结出firefox内存优化的几个小技巧，最近用着感觉还是挺有效的。 1.给Firefox设置快速缓存。 默认情况下，Firefox只会用系统内存而不使用快速缓存，如果为其设置使用快速缓存，那么就可以减轻内存的负担： 打开firefox的高级配置（地址栏输入：about:config），在过滤器内输入“browser.cache.memory.enable”，看看它的值是否为“true”，如果不是，修改为true。然后在浏览器内的其他位置点击右键“新建”>“整数”。输入“browser.cache.memory.capacity”，然后确定。之后输入一个数值，这个值根据你的实际物理内存进行判断。我的方法是，总结出最近一段时间剩余的物理内存平均值是多少，然后进行确定。假设我最近比较空闲的内存为256M，则输入“4096”，这个可以在修改后的日常使用中去发现并修正。如果你觉得这个方式不好，而想恢复默认的话，可以将“browser.cache.memory.capacity”的值改为“-1”。 2.让Firefox在最小化时自动释放内存。 这个方式比较不错，平时虽然占用内存比较大，但最小化Firefox后，内存自动释放出来。 还是打开Firefox的高级配置，“新建”>“布尔”。输入“config.trim_on_minimize”确定，设置它的值为“true”，就可以了。 设置完上面两个操作后重启Firefox就可以了。 另外，过多的附加组件（插件）也会可能导致Firefox资源占用太多，可以考虑将不经常使用的扩展禁用或者卸载。]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=888</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统性能相关的MySQL变量</title>
		<link>http://www.deepseath.com/?p=223</link>
		<comments>http://www.deepseath.com/?p=223#comments</comments>
		<pubDate>Sat, 12 Jul 2008 11:28:03 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[cache size]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[server variables]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=223</guid>
		<description><![CDATA[来自:http://forge.mysql.com/wiki/ServerVariables Memory-Related Variables 内存相关变量 These server variables control the amount of memory allocated to the various buffers and caches within MySQL. 以下这些服务器变量控制这MySQL分配给各种缓冲或者换缓存的内存总数。 join_buffer_size (PER SESSION) Controls the amount of memory allocated to perform joins on tables that have no keys which can be used to perform a condition filter. Allocated for each table joined without [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
