Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. how much RAM is enough for a development machine?

how much RAM is enough for a development machine?

Scheduled Pinned Locked Moved The Lounge
databasesql-serversysadminquestion
19 Posts 17 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D devvvy

    Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

    A Offline
    A Offline
    Andy Brummer
    wrote on last edited by
    #2

    I have the same system at work with 1 GB and I had to set the max memory on SQL server to around 512MB for better performance.


    I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

    1 Reply Last reply
    0
    • D devvvy

      Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

      N Offline
      N Offline
      Nino_1
      wrote on last edited by
      #3

      I run 1GB of RAM with same setup w/SQL Server dev edition and it runs pretty good. Nino

      1 Reply Last reply
      0
      • D devvvy

        Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #4

        I prefer a machine with 32 GB of RAM for development, but I do a lot of work with VB. Actually, I do fine with 1 GB, but my databases are tiny. Somewhere at MSDN I saw some guidelines - the overhead for SQL Server varies with the number and size of the DBs installed. I'd recommend using Google to search for it, as it knows the MSDN database much better than the MS search tool. Boredom, Bull$^%&, Baggage, Bar - all start with 'B'
        Coincidence?

        1 Reply Last reply
        0
        • D devvvy

          Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

          D Offline
          D Offline
          Daniel Turini
          wrote on last edited by
          #5

          Limit the memory SQL Server takes to at most 128 MB. This is good for two reasons: 1. I don't know why, on my dev machine SQL Server in the automatic configuration from time to time wants to take all the RAM available. Adding more RAM won't solve my performance problem. 2. Less memory for the SQL Server means less cache and you'll notice when you're hitting the database too hard or are polluting the query cache. Sometimes we set the memory to 20MB (IIRC) to make this even more clear. I see dead pixels Yes, even I am blogging now!

          1 Reply Last reply
          0
          • D devvvy

            Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #6

            1 GB minimum. 2 GB would be better though.

            A G L 3 Replies Last reply
            0
            • N Nish Nishant

              1 GB minimum. 2 GB would be better though.

              A Offline
              A Offline
              amardeep dabass
              wrote on last edited by
              #7

              i think 512 MB is enough. Though i would like to have 1 GB. (This stresses the point that human being needs are often unending :) ) regards amardeep dabass

              1 Reply Last reply
              0
              • N Nish Nishant

                1 GB minimum. 2 GB would be better though.

                G Offline
                G Offline
                Gizz
                wrote on last edited by
                #8

                Nishant S wrote: 1 GB minimum. 2 GB would be better though. Well, you *say* that, but let me tell you: I got a new contract recently (Jan 05) and they said 'what requirements do you have for your system?' and naturally I replied '3GHz Athlon, 2GB RAM, etc etc' So, I get this snazz machine (actually pretty boring machine, but at least with 2GB RAM) and IT are having a fit at me - 'Our corporate standard is 256MB, you'll never use all that RAM, yadder yadder'.... But... they are right. Even with SQL Server running locally, with its RAM set to 1GB fixed, and with 4 Vis Studio 2003 sessions running LARGE projects, and Outlook, IE, Word, Project, Visio, I'm still only using 800MB of RAM. So, I would say from experience, 1GB is enough for now, 2GB should do you for VS2005 and SQL Server 2005! (Though of course, that is a supposition).... :cool:

                R L 2 Replies Last reply
                0
                • D devvvy

                  Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

                  V Offline
                  V Offline
                  V 0
                  wrote on last edited by
                  #9

                  How much programs do you run? What 's your cpu speed? Those factors count too. :-) No hurries, no worries.

                  T 1 Reply Last reply
                  0
                  • G Gizz

                    Nishant S wrote: 1 GB minimum. 2 GB would be better though. Well, you *say* that, but let me tell you: I got a new contract recently (Jan 05) and they said 'what requirements do you have for your system?' and naturally I replied '3GHz Athlon, 2GB RAM, etc etc' So, I get this snazz machine (actually pretty boring machine, but at least with 2GB RAM) and IT are having a fit at me - 'Our corporate standard is 256MB, you'll never use all that RAM, yadder yadder'.... But... they are right. Even with SQL Server running locally, with its RAM set to 1GB fixed, and with 4 Vis Studio 2003 sessions running LARGE projects, and Outlook, IE, Word, Project, Visio, I'm still only using 800MB of RAM. So, I would say from experience, 1GB is enough for now, 2GB should do you for VS2005 and SQL Server 2005! (Though of course, that is a supposition).... :cool:

                    R Offline
                    R Offline
                    Ryan Roberts
                    wrote on last edited by
                    #10

                    Install Resharper, that uses loads of memory :). Wouldn't like to think of all those little capacitors lazing around. I seem to have no problem hovering around the 1.5 gig mark. Ryan

                    1 Reply Last reply
                    0
                    • V V 0

                      How much programs do you run? What 's your cpu speed? Those factors count too. :-) No hurries, no worries.

                      T Offline
                      T Offline
                      Tim Stubbs
                      wrote on last edited by
                      #11

                      I _need_ 1 gig, I want more... Memory requirements post VS6 are quite high, especially if you prefer multiple devstudios vs multiple projects in a single one as I do. On a typical day i'm using a good 80% of memory, but then can spiral on larger projects to much closer to the limit. I'm happy with the amount I have now but i'd image i'll be adding another gig soon enough. I actually specced a striped RAID array (SATA) for this machine as the cost (very cheap now) versus the speed gains (great) are impressive. I can get XP installed in around 10mins on this setup and it copes with the thrashing of .NET stuff far better. The IT guy did question my need for it tho and didn't seem to understand i didn't want a redudancy based RAID (mirrored set) versus a performance one. I had one drive die last week (funnily enough) as Dell were good enough to pack all the hard drives (and floppy) together in a small no-air cooker in one corner of the case.. Tim Stubbs

                      1 Reply Last reply
                      0
                      • D devvvy

                        Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

                        T Offline
                        T Offline
                        ThatsAlok
                        wrote on last edited by
                        #12

                        I used to have 512 MB RAM pc In 2001 ,but in today scenario i atleast need 3 GB :^)

                        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                        cheers, Alok Gupta

                        1 Reply Last reply
                        0
                        • N Nish Nishant

                          1 GB minimum. 2 GB would be better though.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #13

                          I upgraded to 2 about 3 months ago. With the price of ram always going down, I don't see a reason not to. The performance are definately better with 2 than with 1 gig. VS.NET is one hungry monster.

                          D 1 Reply Last reply
                          0
                          • D devvvy

                            Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

                            R Offline
                            R Offline
                            Ryan Binns
                            wrote on last edited by
                            #14

                            It depends. At work, my "IDE" is vi via a rlogin session to a Solaris host, so my memory requirements are fairly low :rolleyes:

                            Ryan

                            "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                            1 Reply Last reply
                            0
                            • D devvvy

                              Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

                              C Offline
                              C Offline
                              Chris Maunder
                              wrote on last edited by
                              #15

                              You can never, ever have too much RAM. Especially if someone else is paying for it :D cheers, Chris Maunder

                              1 Reply Last reply
                              0
                              • G Gizz

                                Nishant S wrote: 1 GB minimum. 2 GB would be better though. Well, you *say* that, but let me tell you: I got a new contract recently (Jan 05) and they said 'what requirements do you have for your system?' and naturally I replied '3GHz Athlon, 2GB RAM, etc etc' So, I get this snazz machine (actually pretty boring machine, but at least with 2GB RAM) and IT are having a fit at me - 'Our corporate standard is 256MB, you'll never use all that RAM, yadder yadder'.... But... they are right. Even with SQL Server running locally, with its RAM set to 1GB fixed, and with 4 Vis Studio 2003 sessions running LARGE projects, and Outlook, IE, Word, Project, Visio, I'm still only using 800MB of RAM. So, I would say from experience, 1GB is enough for now, 2GB should do you for VS2005 and SQL Server 2005! (Though of course, that is a supposition).... :cool:

                                L Offline
                                L Offline
                                Levi Rosol
                                wrote on last edited by
                                #16

                                Gizz wrote: But... they are right. Even with SQL Server running locally, with its RAM set to 1GB fixed, and with 4 Vis Studio 2003 sessions running LARGE projects, and Outlook, IE, Word, Project, Visio, I'm still only using 800MB of RAM. Start using Virtual PC. On my home PC, i have 1 GB of ram. When i run 2 instances of Virtual PC, my PC tries to consume 1.3 GB of ram. needless to say, my harddrive doesn't like that a whole lot X| Levi Rosol My kid gave your Honor Roll student a trojan horse! Over and over and over...[^] Blog By Levi[^]

                                1 Reply Last reply
                                0
                                • D devvvy

                                  Hey, how much RAM is enough for a development machine, running local SQL server also? My Dell Dell GX260[^] with 768 MB is getting slow. Norman Fung

                                  M Offline
                                  M Offline
                                  Member 96
                                  wrote on last edited by
                                  #17

                                  Why in the world are you running sql server on your development machine? Of course it's slow. ;) You can get a dirt cheap box capable of adequately running SQL server for a lot less money that a nice development machine and there are so many other benefits it just makes sense.


                                  "In our civilization, and under our republican form of government, intelligence is so highly honored that it is rewarded by exemption from the cares of office." - Ambrose Bierce

                                  D 1 Reply Last reply
                                  0
                                  • M Member 96

                                    Why in the world are you running sql server on your development machine? Of course it's slow. ;) You can get a dirt cheap box capable of adequately running SQL server for a lot less money that a nice development machine and there are so many other benefits it just makes sense.


                                    "In our civilization, and under our republican form of government, intelligence is so highly honored that it is rewarded by exemption from the cares of office." - Ambrose Bierce

                                    D Offline
                                    D Offline
                                    devvvy
                                    wrote on last edited by
                                    #18

                                    can you be a little more sympathetic? But perhaps i should consider your advice. But, still need more RAM... I shut down the SQL server and IIS - still driving me nuts. I'm just putting too many projects in one solution... Norman Fung

                                    1 Reply Last reply
                                    0
                                    • L Lost User

                                      I upgraded to 2 about 3 months ago. With the price of ram always going down, I don't see a reason not to. The performance are definately better with 2 than with 1 gig. VS.NET is one hungry monster.

                                      D Offline
                                      D Offline
                                      devvvy
                                      wrote on last edited by
                                      #19

                                      All IDE's are monsters, not like Eclipse or others is any faster. Unless you want to use a simple editor like VI, emacs or UltraEdit. But, IDE's exist for a reason. Norman Fung

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups