<?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>ssd &#8211; Uroš Vovk</title>
	<atom:link href="https://www.urosvovk.com/tag/ssd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.urosvovk.com</link>
	<description>Uroš Vovk home page</description>
	<lastBuildDate>Sat, 23 Nov 2013 14:27:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Free (SSD) disk space on Windows machine</title>
		<link>https://www.urosvovk.com/free-ssd-disk-space-on-windows-machine/</link>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Tue, 20 Aug 2013 09:10:25 +0000</pubDate>
				<category><![CDATA[Windows Stuff]]></category>
		<category><![CDATA[cleanup]]></category>
		<category><![CDATA[disable system protection]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[hiberfil]]></category>
		<category><![CDATA[hibernation]]></category>
		<category><![CDATA[low disk space]]></category>
		<category><![CDATA[pagefile]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[virtual memory]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://urosv.wordpress.com/?p=466</guid>

					<description><![CDATA[Having a SSD drive is a good thing when we talk about performance, but when we talk about disk space we always want more :) To free some disk space you can: Run &#8220;Disc Cleanup&#8221; Running Disc Cleanup will free max 2-3GB of space. This will help you, but won&#8217;t solve low disk space problems&#8230; &#8230; <a href="https://www.urosvovk.com/free-ssd-disk-space-on-windows-machine/" class="more-link">Continue reading <span class="screen-reader-text">Free (SSD) disk space on Windows machine</span></a>]]></description>
										<content:encoded><![CDATA[<p>Having a SSD drive is a good thing when we talk about performance, but when we talk about disk space we always want more :) To free some disk space you can:</p>
<h1>Run &#8220;Disc Cleanup&#8221;</h1>
<p><img fetchpriority="high" decoding="async" class="alignright size-medium wp-image-478" alt="Disk Cleanup" src="http://urosv.files.wordpress.com/2013/08/disk-cleanup1.png?w=245" width="245" height="300" srcset="https://www.urosvovk.com/wp-content/uploads/2013/08/disk-cleanup1.png 389w, https://www.urosvovk.com/wp-content/uploads/2013/08/disk-cleanup1-245x300.png 245w" sizes="(max-width: 245px) 100vw, 245px" /> Running Disc Cleanup will free max 2-3GB of space. This will help you, but won&#8217;t solve low disk space problems&#8230; After a while this file will be back again and we will need to do the cleanup again and again&#8230;</p>
<h1>Uninstall unused applications</h1>
<p><img decoding="async" class="alignright size-medium wp-image-477" alt="Uninstall applications" src="http://urosv.files.wordpress.com/2013/08/uninstall-applications1.png?w=300" width="300" height="206" srcset="https://www.urosvovk.com/wp-content/uploads/2013/08/uninstall-applications1.png 1200w, https://www.urosvovk.com/wp-content/uploads/2013/08/uninstall-applications1-300x206.png 300w, https://www.urosvovk.com/wp-content/uploads/2013/08/uninstall-applications1-1024x703.png 1024w" sizes="(max-width: 300px) 100vw, 300px" /> Uninstall unused applications is always a good idea. Doing this you will probably gain some free space, possibly you will speed up your PC too.</p>
<h1>Turn off/Minimize System Protection</h1>
<p><img decoding="async" class="alignright size-medium wp-image-479" alt="System Protection" src="http://urosv.files.wordpress.com/2013/08/system-protection.png?w=276" width="276" height="300" srcset="https://www.urosvovk.com/wp-content/uploads/2013/08/system-protection.png 486w, https://www.urosvovk.com/wp-content/uploads/2013/08/system-protection-276x300.png 276w" sizes="(max-width: 276px) 100vw, 276px" /> If you use any other system backup tool you can turn Windows System protection off, otherwise you can set max disk usage for system restore points.</p>
<h1>Hibernation and Virtual Memory</h1>
<p>If we have a large amount of installed RAM, we should take care of this 2 files:</p>
<ul>
<li>hiberfil.sys</li>
<li>pagefile.sys</li>
</ul>
<p>Each of this 2 files size is the same as the amount of installed RAM.</p>
<h1>What is hiberfil.sys file?</h1>
<p>From <a title="Microsoft Support" href="http://support.microsoft.com/kb/920730/en" target="_blank">Microsoft Support</a>:</p>
<blockquote><p>The Hiberfil.sys hidden system file is located in the root folder of the drive where the operating system is installed. The Windows Kernel Power Manager reserves this file when you install Windows. The size of this file is approximately equal to how much random access memory (RAM) is installed on the computer.</p></blockquote>
<p>If we don&#8217;t use hibernation we can remove this file. To do this we need to disable hibernation. This can be easily done with this command in command line (as Administrator):</p>
<pre>powercfg -h off</pre>
<p>If you want to re-enable hibernation again just run:</p>
<pre>powercfg -h on</pre>
<h1>What is pagefile.sys file?</h1>
<p>Again, from <a title="Microsoft Support" href="http://support.microsoft.com/kb/2160852/en" target="_blank">Microsoft Support</a>:</p>
<blockquote><p>RAM is a limited resource, whereas for most practical purposes, virtual memory is unlimited. There can be many processes, and each process has its own 2 GB of private virtual address space. When the memory being used by all the existing processes exceeds the available RAM, the operating system moves pages (4-KB pieces) of one or more virtual address spaces to the computer’s hard disk. This frees that RAM frame for other uses. In Windows systems, these “paged out” pages are stored in one or more files (Pagefile.sys files) in the root of a partition.</p></blockquote>
<p>We can manualy set the size of pagefile.sys file or we can disable it. To do this:</p>
<ul>
<li>Right click on &#8220;<strong>Computer</strong>&#8220;</li>
<li>Click on &#8220;<strong>Properties</strong>&#8220;</li>
<li>Click on &#8220;<strong>Advanced system settings</strong>&#8220;</li>
<li>Under &#8220;<strong>Performance</strong>&#8221; click on button &#8220;<strong>Settings&#8230;</strong>&#8220;</li>
<li>Select &#8220;<strong>Advanced</strong>&#8221; tab</li>
<li>Under &#8220;<strong>Virtual Memory</strong>&#8221; click on button &#8220;<strong>Change&#8230;</strong>&#8220;</li>
<li>Change the file size or disable it and click on button &#8220;<strong>Set</strong>&#8220;</li>
</ul>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="wp-image-482 aligncenter" alt="Virtual Memory" src="http://urosv.files.wordpress.com/2013/08/virtual-memory.png?w=208" width="187" height="270" srcset="https://www.urosvovk.com/wp-content/uploads/2013/08/virtual-memory.png 434w, https://www.urosvovk.com/wp-content/uploads/2013/08/virtual-memory-208x300.png 208w" sizes="auto, (max-width: 187px) 100vw, 187px" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
