The Virtual PC Guy doles out some guidelines for appropriately sizing memory of virtual machines
I had always (mistakenly) believed that I should be throwing as much memory at my VPC as possible. I have 1.5GB of which I have 1GB given to VPC. Prior to that I had 512MB with 256MB for VPC which was quite slow. Even with more memory I haven't noticed a huge performance gain. Perhaps I've just been starving out my host system.
Good thing the memory was cheap.
[Listening to: Powerman 5000 - Son of X-51]
Friday, September 23, 2005
Sizing memory for virtual machines appropriately
Posted by BigEasy at 9/23/2005 03:51:00 PM 0 comments
Monday, September 12, 2005
Shared Services
From Larry Osterman - a description of
Shared Services and why they're important.
I gotta play with this some day.
Updated: Larry posted a second entry on a clever trick to debug shared services. In a nutshell:
Split a shared service into it's own:[Listening to: Black Sabbath - Trashed]
C:\>sc configtype= own
And put it back again:
C:\>sc configtype= share
Posted by BigEasy at 9/12/2005 11:32:00 AM 0 comments
Wednesday, September 07, 2005
On Threads and WinDBG|SOS
Yun Jin posted a series of articles on Thread, System.Threading.Thread, and !Threads that you can find here:
[Listening to Sister Sledge - He's the Greatest Dancer]
[Ed: 7-Aug-2006 - Finally fixed goofy list formatting]
Posted by BigEasy at 9/07/2005 03:19:00 PM 0 comments
Tuesday, September 06, 2005
Thank you Scott for getting rid of those #$@#$! binding logs
For months now I kept getting assembly binding info being dumped into my c:\temp directory for every .NET executable on my machine. As I use c:\temp for (surprisingly enough) temporary files it was getting quite aggrevating having to constantly delete all those .exe directories.
I vaguely remember enabling this but I couldn't remember/find what I had done so I could shut it off.
Fortunately, I happened across this blog entry from Scott Hanselman about assembly binding redirects which pointed me to the right place:
Change the registry value HKLM\Software\Microsoft\Fusion\ForceLog to 0.
Soooo much quieter. Ahhh.
[Listening to: Kiss - Cold Gin]
Posted by BigEasy at 9/06/2005 04:38:00 PM 0 comments