Is it realistic to run Windows Server 2008 with 1GB of RAM?

Solution 1:

You should get away with 1GB of RAM for a small dev server, it certainly won't blow anyone away speed wise but you shouldn't have any issues running several small, low traffic development websites.

One thing you must watch out for is SQL Server eating up all available RAM - swapping this out takes cycles and is noticable. To limit the ram usage, log into SQL Server using SSMS, right click on the SQL Server in the left hand pane and choose properties. Go to the memory tab, and set the Maximum Server Memory to something like 256MB or 512MB. It seriously helps.

Solution 2:

As you've rightly spotted, SQL is likely to be your biggest memory concern, however if your only using it for minimal databases, and its tuned correctly you should be ok. Its never going to be super fast, but for a development environment, it should be ok.

Solution 3:

I have a W2k8 (Hyper-V VM) web server with 1GB of RAM and it seems pretty sprightly. I also run a mail relay on it. It reports very little free memory but around 300MB in the cache, which would be available if apps needed it.

JR

Solution 4:

I once had a test server for development with a setup like yours and I additionally used it as terminal server. It was not very fast, but it was certainly possible to work with it.

I was positivly surprised with the performance, compared to how Vista machines behave with 1 GB of RAM.

Solution 5:

My 32bit domain controller guests with DNS are fine with 256MB ram running Server 2008, granted they are server cores but alas, the OS is pretty slim even with the GUI... the IIS with .NET however seems rather hungry to me - the SQL you can tune down. It will work fine for development, it won't be unbearable unless there's something wrong.