jcaleb
New Member
The invention of E5 made many host generous of ram. is ram cheap for e5?E3 only holds 32GB. This is the one reason I won't put out less than an E5
The invention of E5 made many host generous of ram. is ram cheap for e5?E3 only holds 32GB. This is the one reason I won't put out less than an E5
ECC memory is crazy expensive. A lot of server vendors seem to get better deals on them and pass it along if you build a full system with them. I may not be looking at the best places since we don't colo anything at the moment though, but everything I see is pretty outrageous if you were to compare to the cost of desktop memory.The invention of E5 made many host generous of ram. is ram cheap for e5?
How much would a dual e5 with 128gb cost?ECC memory is crazy expensive. A lot of server vendors seem to get better deals on them and pass it along if you build a full system with them. I may not be looking at the best places since we don't colo anything at the moment though, but everything I see is pretty outrageous if you were to compare to the cost of desktop memory.
That depends on a lot of factors. I would say starting from 500 Eur and going up.How much would a dual e5 with 128gb cost?
I thought it's something like 6,000 USD.That depends on a lot of factors. I would say starting from 500 Eur and going up. Ours cost some 1000 but are supermicro blades. With disks, raid with bbu and all, would be about 2 k.
Alone on websites that a consumer might tend to look, the memory alone (ECC) could be up to $2,000. Seems a lot of server specific shops get better deals. Bunch of them here: http://www.webhostingtalk.com/wiki/Server_BuildersHow much would a dual e5 with 128gb cost?
@jcaleb I think that he means monthlyI thought it's something like 6,000 USD.
@wdq not that long ago I was looking into building SSD cached servers running KVM for the low end market. The builds were based on a single Core i7 3820, Supermicro or ASUS motherboard, 64GB non-registered DDR3, 6 x 2TB drives, 2 x 256GB SSDs, LSI RAID card, CacheCade Pro 2.0 and so on. Each build would have been around $3200. When we're talking a proper dual Xeon E5, registered DDR3 and so on, the price can climb really fast to $5000/$6000 per node. Of course if build properly a single E5 server is much better value than two of those i7 3820 servers, which isn't even 100% server grade hardware. Needless to say that I've killed the idea pretty fast.Put all that together and you're looking at about $2600 excluding the hard drives, extension cards, and chassis.
maybe thats reason hosts just sign up with quickpacket for 50 bucks a month and 16GB ram. you can be host in no time.
In opposite of some other really small dedicated servers.it handles it pretty darn well
#!/bin/sh
currentdisk=$(df -h | tail -n 2 | head -n 1 | awk '{print $4}' | awk -F"G" '{print $1}')
if (( $(echo $currentdisk) < 10 )); then
/bin/echo "$(hostname) is almost out of disk space" | /bin/mail -s "$(hostname) CHECK DISK SPACE" [email protected]
fi