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. General Programming
  3. C / C++ / MFC
  4. memory usage

memory usage

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestiondatabaseperformancetutorial
4 Posts 3 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.
  • F Offline
    F Offline
    Farah Mansor
    wrote on last edited by
    #1

    Hi all, My program is using thread and keep checking and inserting into database. I try to let my program running overnight and when tomorrow morning I found out that it gives me a runtime error. The memory usage increased slowly and this given me the problem (out of memory). Can I know how can I resolve it?? For example, make the memory usage and cpu usage stable. Please help me.:confused: X| Thanks in advance. :(( FM

    G 1 Reply Last reply
    0
    • F Farah Mansor

      Hi all, My program is using thread and keep checking and inserting into database. I try to let my program running overnight and when tomorrow morning I found out that it gives me a runtime error. The memory usage increased slowly and this given me the problem (out of memory). Can I know how can I resolve it?? For example, make the memory usage and cpu usage stable. Please help me.:confused: X| Thanks in advance. :(( FM

      G Offline
      G Offline
      Gerry
      wrote on last edited by
      #2

      I use BoundsChecker, to verify that my code has NO memory leaks, this helps prevent this problem. Perhaps you need to redesign your application so it doesn't keep checking or only check every 5-10mins. Gerry.

      F 1 Reply Last reply
      0
      • G Gerry

        I use BoundsChecker, to verify that my code has NO memory leaks, this helps prevent this problem. Perhaps you need to redesign your application so it doesn't keep checking or only check every 5-10mins. Gerry.

        F Offline
        F Offline
        Farah Mansor
        wrote on last edited by
        #3

        What is BoundsChecker?? I seen it in other msg too but still don't know what is BoundsChecker. Can you please explain what it is.:) Thanks for your help. :rose: FM

        S 1 Reply Last reply
        0
        • F Farah Mansor

          What is BoundsChecker?? I seen it in other msg too but still don't know what is BoundsChecker. Can you please explain what it is.:) Thanks for your help. :rose: FM

          S Offline
          S Offline
          Steve Chou
          wrote on last edited by
          #4

          It is a software that help you to detect run-time error. you can go to the following web page to check it out. http://www.numega.com/devcenter/bc.shtml

          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