Search
Categories
My recent reads
Where Wizards Stay Up Late: The Origins Of The Internet
The Wikipedia Revolution
The Wright Brothers
Monthly Archives: March 2011
Debian Squeeze (6.0) Xen 4.0.1 VM Server with HVM on LV
Installing Xen 4.0.1 onto Debian Squeeze has been a huge issue for me. Mostly, I ran into problems because I’m a xen novice and really didn’t understand the ins and outs of the xen packages, but also because installing and … Continue reading
Posted in 64 bit, Debian, Linux, networking, Squeeze, Uncategorized, Virtualization, Windows, Xen
1 Comment
Debugging Java Heap Space Errors
Memory leaks are a pain. If you’re like me, the first thing you did when your application threw a “Java Heap Space Error” exception, was to increase your java virtual machine’s heap space parameters. There are a number of reasons … Continue reading