<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on Christian Decker</title>
    <link>https://snyke.net/tags/git/</link>
    <description>Recent content in Git on Christian Decker</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 25 Jan 2009 17:31:56 -0400</lastBuildDate>
    
	<atom:link href="https://snyke.net/tags/git/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Migrating to JRockit</title>
      <link>https://snyke.net/post/migrating-to-jrockit/</link>
      <pubDate>Sun, 25 Jan 2009 17:31:56 -0400</pubDate>
      
      <guid>https://snyke.net/post/migrating-to-jrockit/</guid>
      <description>I’ve been bothered with the now famous PermGen Space error while developing a web application on a local jetty instance quite often, and I was hoping that the problem wouldn’t prove to be that serious once deployed on a tomcat server, but quite the opposite is the case.
The problem happens when the JVM runs out of permanent generation heap space, which most of the time is due to classloaders not being correctly garbage collected.</description>
    </item>
    
    <item>
      <title>Getting git to play nicely with CDNs</title>
      <link>https://snyke.net/blog/2011/12/13/getting-git-to-play-nicely-with-cdns/</link>
      <pubDate>Sat, 17 Oct 2015 23:46:26 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2011/12/13/getting-git-to-play-nicely-with-cdns/</guid>
      <description>Git is a really cool version control system. So cool in fact that I decided to use it to distribute the project I’m working on to several hundreds of Planetlab nodes. So I went ahead and created a repository with git init --bare somewhere in under the root of my local Apache2. Using pssh we can clone and pull from the repository simply by specifying the URL to that repo.</description>
    </item>
    
    <item>
      <title>Getting git to play nicely with CDNs</title>
      <link>https://snyke.net/post/getting-git-to-play-nicely-with-cdns/</link>
      <pubDate>Sat, 17 Oct 2015 23:46:26 +0200</pubDate>
      
      <guid>https://snyke.net/post/getting-git-to-play-nicely-with-cdns/</guid>
      <description>Git is a really cool version control system. So cool in fact that I decided to use it to distribute the project I’m working on to several hundreds of Planetlab nodes. So I went ahead and created a repository with git init --bare somewhere in under the root of my local Apache2. Using pssh we can clone and pull from the repository simply by specifying the URL to that repo.</description>
    </item>
    
    <item>
      <title>Migrating to JRockit</title>
      <link>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</link>
      <pubDate>Sun, 25 Jan 2009 21:01:30 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</guid>
      <description>I’ve been bothered with the now famous PermGen Space error while developing a web application on a local jetty instance quite often, and I was hoping that the problem wouldn’t prove to be that serious once deployed on a tomcat server, but quite the opposite is the case.
The problem happens when the JVM runs out of permanent generation heap space, which most of the time is due to classloaders not being correctly garbage collected.</description>
    </item>
    
  </channel>
</rss>