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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to calculate how much hard drive space is needed for my app

How to calculate how much hard drive space is needed for my app

Scheduled Pinned Locked Moved Visual Basic
questioncsharpdatabasevisual-studiotesting
2 Posts 2 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.
  • J Offline
    J Offline
    Joey Picerno
    wrote on last edited by
    #1

    I have been writing an app in Visual Studio 2008 with a sql 2005 back end. The app is in testing right now and I am trying to wrap everything up. I was just wondering if there is some easy way to tell how much hard drive storage the app will use, and also if you know how; how do I find out the minnimum RAM requirements. There may not be a way to do this but I still really need an answer to the original question (HD space requirements). Thanks in advance for your help! -Joey

    0 1 Reply Last reply
    0
    • J Joey Picerno

      I have been writing an app in Visual Studio 2008 with a sql 2005 back end. The app is in testing right now and I am trying to wrap everything up. I was just wondering if there is some easy way to tell how much hard drive storage the app will use, and also if you know how; how do I find out the minnimum RAM requirements. There may not be a way to do this but I still really need an answer to the original question (HD space requirements). Thanks in advance for your help! -Joey

      0 Offline
      0 Offline
      0x3c0
      wrote on last edited by
      #2

      HDD storage required: Add the file size of finished application and support libraries to the total maximum size of any setting files you might store while the program is running Minimum RAM requirements: Look in Task Manager's Process tab. View the Peak Working Set column (you might have to use the View menu)

      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