Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 266313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:50:41+00:00 2026-05-11T22:50:41+00:00

Is there a way to evaluate the minimum requirements of a software? I mean,

  • 0

Is there a way to evaluate the minimum requirements of a software? I mean, how can I discover, for example, the minimum amount of RAM that my application will need?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:50:41+00:00Added an answer on May 11, 2026 at 10:50 pm

    A profiler will not help you here. Neither will estimating the size of data structures.

    A profiler can certainly tell you where your code is spending the most CPU time, but it will not tell you if you are missing performance targets – e.g. if your users will be happy, or unhappy with the performance of your application on any given system.

    Simply computing the size of data structures, and how many may be allocated at any one time will not at all give you an accurate picture of memory usage over time. The reason is that memory usage is determined by many other factors including how much I/O your application does, what OS services your application uses, and most importantly the temporal nature of how your application uses memory.

    The most effective way to understand minimum requirements is to

    • Make sure you have an effective way of measuring performance using metrics that are important to your user. the best metric is response time. Depending on your app, a rate such as throughput or operations per second may be applicable. Your measurements could be empirical (e.g. just try it) but that is least effective. This is best done with some kind of instrumentation. On windows, the choice is [ETW][1]. Other operating systems have other suitable mechanisms.
    • Have some kind of automated method of exercising your application. This will let you make repeated and reliable measurements.
    • Measure your application using various memory sizes and see where performance begins to suffer. This may also expose performance bugs that prevent your application from performing well. If you have access to platforms of various performance levels, use those as well. You didn’t indicate what your app does, but testing on a netbook with 1GB of memory is great for many (not all) client applications.

    You can do the same with the CPU and other components such as disk, networking or the GPU.

    Also note that there is no simple answer here – doing an effective job at setting minimum requirements is real work. This is especially true if your application is participatory sensitive to one platform aspect or another.

    There are other factors as well – for example, your app may run fine in one configuration until the user opens another application that may be memory hungry or a CPU pig. Users rarely only have one application open.

    This means that in addition to specifying minimum requirements you must do an effective job in setting user expectations – that is explaining when your application will perform well, and when it won’t, and what the factors are that impact performance.

    [1]: http://msdn.microsoft.com/en-us/library/ms751538.aspxstrong text

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to evaluate a string expression in XSL? example: <myItem id=1>
My manager tells me that there is a way to evaluate names that are
Is there an easy way to evaluate strings like (4+8)*2 So that you'd get
Is there a way to evaluate an expression before stringification in c? example: #define
Is there a way to evaluate an enum? I have an enum that is
Is there a way to to evaluate a boolean expression and assign its value
Is there a way to convince the C preprocessor to evaluate a transcendental function
Is there a way to evaluate the order of an array? I want to
Is there a nice way to evaluate a regular expression range, say, for a
Is there a way in C++ to have it evaluate each floating point operation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.