Hardware requirements for development machines - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T21:17:07Zhttp://stackoverflow.com/feeds/question/399605http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines4Hardware requirements for development machinesnick_alot2008-12-30T05:57:56Z2009-01-01T04:48:48Z
<p>Given that:</p>
<ul>
<li>SSD’s are now [high end] mainstream</li>
<li>Two+ cores are not hard to come across</li>
<li>24+ Inch monitors are plentiful</li>
<li>Dual Video Outputs are the norm.</li>
<li>64-Bit OS’s complement very cheap memory</li>
</ul>
<p>Can I ask two questions to hardware enthused developers [not the gamers!]</p>
<ol>
<li><p>What high-end hardware item could you not develop without - [what is your hardware crutch]?</p></li>
<li><p>What should a baseline [no frills] dev machine look like and what basic specs should it have to ensure that any dev can still be productive?</p></li>
</ol>
<p><em>Note: It might be worth mentioning what platform and dev-env your base line is for?</em></p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399613#3996131Answer by Ryan Doherty for Hardware requirements for development machinesRyan Doherty2008-12-30T06:04:07Z2008-12-30T06:04:07Z<ol>
<li>24 inch or larger monitor</li>
<li>Baseline dev machine would be a 15 inch MacBook Pro with 4GB of RAM. (For web development)</li>
</ol>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399620#3996203Answer by billybob for Hardware requirements for development machinesbillybob2008-12-30T06:09:42Z2008-12-30T06:09:42Z<p>Absolute must have is a good monitor which is easy on the eyes, afterall, you stare at it all day. I go with the 24" Samsung (forget model). I used to go with two monitors but prefer the one wide screen now. You need to be able to get docs and code on the same screen.</p>
<p>Secondly is a good chair and desk (sorry not very technical).</p>
<p>Followed lastly by plenty of RAM (2Gb minimum). Once you get over any thrashing due to paging you are fine. Anything with a dual core had enough processing power.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399623#3996233Answer by pablasso for Hardware requirements for development machinespablasso2008-12-30T06:13:54Z2008-12-30T06:13:54Z<p>The most important hardware update (and most underrated) is the monitor.</p>
<p>If you're coding 8+ hours a day don't hesitate on costs and get a nice high end 24" at least, or even a pair of them.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399758#3997580Answer by Gabriel for Hardware requirements for development machinesGabriel2008-12-30T08:09:34Z2008-12-30T08:09:34Z<p>I am not a developer, but do sit at the computer all day.<br />
For me the must have is a desk that is a good height or easily adjusted, I prefer dual monitors, a 26" and a second wide screen that can turn sideways to view documents full lenght without the need for a lot of scrolling, a computer with dual core(prefer 4) and at east 4gb of ram(I tend to do a lot of vm work), and as stated above, a good chair that has lumbar support and will allow me to lean back when I am reading or pondering a situation. The last one is specific for me since I have glasses and tend to hear high frequencies, I prefer to have incandescent lighting with a slightly warm spectrum. I can hear a fluorescent ballast above someone playing loud speakers. I also find I get less glare and I can focus my eyes for longer periods of time with incandescent.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399766#3997661Answer by Michael Stum for Hardware requirements for development machinesMichael Stum2008-12-30T08:16:24Z2008-12-30T10:52:24Z<p>A pair of the fastest hard drives avaílable. I never recognized how much difference separate and fast System and Data drives can make.</p>
<p>(And please, none of those slow SSDs that you usually get nowadays in <$2000 Laptops - if you really want to hop on the SSD train, get a proper one, otherwise you could as well use a 32 GB SDHC Card)</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399882#3998820Answer by Joeri Sebrechts for Hardware requirements for development machinesJoeri Sebrechts2008-12-30T09:47:15Z2008-12-30T09:47:15Z<p>Ram, lots and lots of ram. Ram compensates for many performance bottlenecks.</p>
<p>But do make sure you keep an eye on the memory usage of whatever you're building. When you're building a 60 MB footprint app on a system with 2 gigs of developer tools loaded at run-time, it's easy to lose that footprint in the noise, even when it doubles.</p>
<p>Don't bother shelling out for a high-end cpu. The cpu is the most overpowered component in modern systems. A standard cheap dual-core should be more than enough. Compiles tend to be disk-bound, not cpu bound, so that money is better invested in a faster drive.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399908#3999080Answer by Nolte Burke for Hardware requirements for development machinesNolte Burke2008-12-30T10:02:57Z2008-12-30T10:02:57Z<p>Dell Outlet sells 30" LCD monitors for about $800.00.
That is a good place to start.
Besides that, invest time into tweaking your OS to your needs and automate as much as possible.</p>
<p>It's like I keep telling people, "I'll upgrade to the latest Mac when it somehow manages to help me run more Terminal windows and Text Editors." Until then, you're better off saving the money for a new machine and investing it into a decent monitor and keyboard.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/399930#3999300Answer by Raghu for Hardware requirements for development machinesRaghu2008-12-30T10:20:58Z2008-12-30T10:20:58Z<p>It depends on the project. </p>
<p>For large imaging application like medical imaging applications, You may require: <strong>large monitors</strong>(we have to view the images properly and in detail), <strong>powerful graphics, lots of RAM and a good processor</strong>(imaging applications usually need lots of power). </p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/400000#4000000Answer by biozinc for Hardware requirements for development machinesbiozinc2008-12-30T10:58:43Z2008-12-30T10:58:43Z<p>I'm going to echo most people on the large monitors part, and you can always make good use of a pair.</p>
<p>Second to that is a good keyboard. What that mean varies depending on which school of keyboard design you subscribe to. I'm with the ergonomic camp.</p>
<p>Following that is 2Gb+ of RAM, and a recent desktop CPU (anything released in the past 2-3 years really).</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/400006#4000061Answer by Berend Vervelde for Hardware requirements for development machinesBerend Vervelde2008-12-30T11:04:07Z2008-12-30T11:04:07Z<p>There's been a study on the optimum size of computer monitors by the Utah University
<a href="http://blogs.wsj.com/biztech/2008/03/10/bigger-computer-monitors-more-productivity/" rel="nofollow">Wall street journal article</a>. Not surprising is that bigger monitors will boost the speed of work. Surprising is that there seems to be an optimum size of 26". There's no explanation why though.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/400021#4000210Answer by Sean for Hardware requirements for development machinesSean2008-12-30T11:09:32Z2008-12-30T11:09:32Z<p>As has been previously said, large monitors are essential. These days is not that expensive to have 2 hooked up to a machine. At work I'm lucky enough to have 3 hooked up to one PC and it make a huge amount of difference to how I work.</p>
<p>A decent keyboard and mouse are essential. For the last 10 or so years I've always taken my own mouse and keyboard to work as you typically end up with whatever comes from the PC manufacturer. I use a Microsoft ergonomic keyboard and it's very hard to find these in the workplace, or to get your employer to stump up for one, but I've never worked anywhere where the employer has an issue with taking your own in.</p>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/404326#4043260Answer by Norman Ramsey for Hardware requirements for development machinesNorman Ramsey2009-01-01T00:21:53Z2009-01-01T02:41:46Z<p>High-end hardware I <strong>cannot do without</strong>:</p>
<ul>
<li><p><a href="http://www.kinesis-ergo.com/contoured.htm" rel="nofollow">Kinesis countoured ergonomic keyboard</a> ($300)</p></li>
<li><p>Fast twin SATA drives, striped for speed ($150)</p></li>
</ul>
<p>Affordable luxuries I could do without:</p>
<ul>
<li><p>Dell 30" widescreen monitor ($900)</p></li>
<li><p>Twin Velociraptor hard drives ($600)</p></li>
</ul>
http://stackoverflow.com/questions/399605/hardware-requirements-for-development-machines/404533#4045331Answer by Drakonite for Hardware requirements for development machinesDrakonite2009-01-01T04:48:48Z2009-01-01T04:48:48Z<p>This is entirely dependent upon what you are developing for. Take your target system requirements, and double them and use that as your minimum specs for the dev machines. That may seem odd, but it is about the point I've found that I've needed at least of when developing various projects.</p>
<p>As others have mentioned the importance of getting good monitors, keyboard, and chairs is underrated. If you are going to spend a lot of time at this PC, those are very important.</p>
<p>RAM is cheap, and you'll likely never have enough. If you are running 32bit Windows, max it out at 4GB of RAM. If you are using another OS that supports more than 4GB of ram (Linux, or 64bit Windows for example), start at 8GB minimum, and if you are working on multimedia projects be ready to upgrade from there.</p>
<p>Best bang for the buck on CPUs seems to be Quad cores right now, so I would say that at least a quad core (2.4Ghz or so) should be the minimum. You may not see much difference going up beyond there, until you get until dual quad core, which is a large price jump.</p>
<p>Find a reliable hard drive or two. Reliability and speed are going to be more important than size. Personally I currently go for a pair of 640GB western digital drives in all machines I build.</p>