Jump to content

Minimum Requirements

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
How do you determine your minimum requirements for your software? I'm at a loss to how this is done besides just running it on old hardware to see if it runs. Any ideas?

#2
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
I usually just run it on old hardware and see if it will run. I use that as my minimum requirements. I'm betting there is a better way though.

#3
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I doubt the big companies do it that way, but now that I think about it, I have no idea how they do it. Somebody find out and post.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would try running it in VMWare with various resource settings after running some benchmarks on memory usage, and resource usage.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Good idea Winged. Using that method you can use different operating systems and resources.

#6
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Maybe the big companies use VMWare, I mean, they have the people and resources to do it. I think another hard thing is finding out the recommended requirements.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I always view "minimum requirements" as "playable but with most of the eye-candy turned off", whereas "recomended requirements" is "no slowdown with everything turned on".
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
Guest_chaganlal1_*

Guest_chaganlal1_*
  • Guests
I use the equivelent of the kernel memory. For example I complile the code then run the application then using Windows Task Manager I measure the amount of memory it uses in Kernel and Physical. Then I do try all functions (commands) on the application and use the highest memory recorded. That would be the minimum amount of memory required.