<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Alex's Adventures on the Infobahn - swap</title><link href="https://www.bennee.com/~alex/" rel="alternate"></link><link href="https://www.bennee.com/~alex/blog/tag/swap/feed" rel="self"></link><id>https://www.bennee.com/~alex/</id><updated>2009-12-15T10:36:00+00:00</updated><subtitle>the wanderings of a supposed digital native</subtitle><entry><title>Morning coffee for my workstation</title><link href="https://www.bennee.com/~alex/blog/2009/12/15/morning-coffee-for-my-workstation/" rel="alternate"></link><published>2009-12-15T10:36:00+00:00</published><updated>2009-12-15T10:36:00+00:00</updated><author><name>alex</name></author><id>tag:www.bennee.com,2009-12-15:/~alex/blog/2009/12/15/morning-coffee-for-my-workstation/</id><summary type="html">&lt;p&gt;My work machine has always been slow in the mornings. I may have moaned about this before but it's mainly due to the rather excessive overnight processing it does (convert a 3.8G CVS repo into a 714M GIT repo). This tends to leave all the active applications somewhere in …&lt;/p&gt;</summary><content type="html">&lt;p&gt;My work machine has always been slow in the mornings. I may have moaned about this before but it's mainly due to the rather excessive overnight processing it does (convert a 3.8G CVS repo into a 714M GIT repo). This tends to leave all the active applications somewhere in swap. With 3G of RAM in my machine this shouldn't really be a problem. Last night I enabled a very short script to run at 6.00 every morning:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
#!/bin/bash
swapoff -a
sleep 10s
swapon -a
&lt;/pre&gt;
&lt;p&gt;The machine certainly seemed a lot snappier this morning when I sat down in front of it.&lt;/p&gt;
</content><category term="geek"></category><category term="cvs"></category><category term="git"></category><category term="swap"></category></entry></feed>