<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="lt">
	<id>https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Linux_vm_tuning</id>
	<title>Linux vm tuning - Versijų istorija</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Linux_vm_tuning"/>
	<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Linux_vm_tuning&amp;action=history"/>
	<updated>2026-04-19T09:01:50Z</updated>
	<subtitle>Šio puslapio versijų istorija projekte</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.eofnet.lt/w//index.php?title=Linux_vm_tuning&amp;diff=7954&amp;oldid=prev</id>
		<title>80.240.8.28: Naujas puslapis: Testuota su '''zen-kernel'''.   # The percentage of total system memory at which ALL dirty pages must be   # commited to disk. Writes after this will block until pdflush is done...</title>
		<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Linux_vm_tuning&amp;diff=7954&amp;oldid=prev"/>
		<updated>2016-08-26T07:23:14Z</updated>

		<summary type="html">&lt;p&gt;Naujas puslapis: Testuota su &amp;#039;&amp;#039;&amp;#039;zen-kernel&amp;#039;&amp;#039;&amp;#039;.   # The percentage of total system memory at which ALL dirty pages must be   # commited to disk. Writes after this will block until pdflush is done...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Naujas puslapis&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Testuota su '''zen-kernel'''.&lt;br /&gt;
&lt;br /&gt;
 # The percentage of total system memory at which ALL dirty pages must be &lt;br /&gt;
 # commited to disk. Writes after this will block until pdflush is done&lt;br /&gt;
 ##echo    24 &amp;gt; /proc/sys/vm/dirty_ratio&lt;br /&gt;
 # The percentage of total system memory that can be filled with dirty pages&lt;br /&gt;
 # waiting to be written to disk by pdflush. Triggering this will not block new writes.&lt;br /&gt;
 ##echo     6 &amp;gt; /proc/sys/vm/dirty_background_ratio&lt;br /&gt;
 # Both can be instead set bytes&lt;br /&gt;
 echo $((256*1024*1024)) &amp;gt; /proc/sys/vm/dirty_bytes&lt;br /&gt;
 echo $((64*1024*1024)) &amp;gt; /proc/sys/vm/dirty_background_bytes&lt;br /&gt;
 # how long something can be in cache before it needs to be written (2300/100=23s)&lt;br /&gt;
 echo  2300 &amp;gt; /proc/sys/vm/dirty_expire_centisecs &lt;br /&gt;
 # how often the kernel wakes up and check to see if work needs to be done&lt;br /&gt;
 echo   700 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>80.240.8.28</name></author>
	</entry>
</feed>