<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Clear_RAM_Cache</id>
	<title>Clear RAM Cache - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Clear_RAM_Cache"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Clear_RAM_Cache&amp;action=history"/>
	<updated>2026-05-06T14:11:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=Clear_RAM_Cache&amp;diff=343&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;My Fedora workstation would have it's RAM filled with disk cache over time, but would not clear it as space was needed. My SSD would start getting hammered as SWAP would be us...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Clear_RAM_Cache&amp;diff=343&amp;oldid=prev"/>
		<updated>2017-03-24T13:27:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;My Fedora workstation would have it&amp;#039;s RAM filled with disk cache over time, but would not clear it as space was needed. My SSD would start getting hammered as SWAP would be us...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;My Fedora workstation would have it's RAM filled with disk cache over time, but would not clear it as space was needed. My SSD would start getting hammered as SWAP would be used to compensate. Though normally this process would not be needed, and I do not recomend this on a server, but I do some crazy things on my workstation.&lt;br /&gt;
&amp;lt;ref&amp;gt;http://www.tecmint.com/clear-ram-memory-cache-buffer-and-swap-space-on-linux/&amp;lt;/ref&amp;gt;&lt;br /&gt;
*sync; echo 1 &amp;gt; /proc/sys/vm/drop_caches&lt;br /&gt;
*sync; echo 2 &amp;gt; /proc/sys/vm/drop_caches&lt;br /&gt;
*sync; echo 3 &amp;gt; /proc/sys/vm/drop_caches&lt;br /&gt;
These are the options, but the first one is the safest to use. Also keep in mind that this must be run as root, and the redirection causes issues if your running with sudo. &amp;lt;ref&amp;gt;http://unix.stackexchange.com/questions/109496/echo-3-proc-sys-vm-drop-caches-permission-denied-as-root/109504&amp;lt;/ref&amp;gt;To compensate you can run&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo sh -c &amp;quot;/usr/bin/echo 1 &amp;gt; /proc/sys/vm/drop_caches&amp;quot;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>