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. Hardware & Devices
  4. Commity charge rising over many files being saved

Commity charge rising over many files being saved

Scheduled Pinned Locked Moved Hardware & Devices
csharpsysadminperformancehelpquestion
3 Posts 3 Posters 3 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.
  • E Offline
    E Offline
    Emiliano
    wrote on last edited by
    #1

    Hello, i am trying to write an application that saves about 11,520 images a minute a windows disk. The image size varies round the 8 to 20 kb. The application needs to run 24 / 7. At the moment i have a windows XP server service pack 2 and if i run the application after a 5 / 10 min the server crashes as the memory goes up and up. The commit charge rises all the time. I dont think i have a memory leak in the program but maybe the application is stressing the OS. Any raccomandations? any tuning i can do to the system. The application is written in c# .net v 2.0 Any help would be great as i have been banging my head on a wall now for some time Thank in advance to any one that will take the time to read this

    L D 2 Replies Last reply
    0
    • E Emiliano

      Hello, i am trying to write an application that saves about 11,520 images a minute a windows disk. The image size varies round the 8 to 20 kb. The application needs to run 24 / 7. At the moment i have a windows XP server service pack 2 and if i run the application after a 5 / 10 min the server crashes as the memory goes up and up. The commit charge rises all the time. I dont think i have a memory leak in the program but maybe the application is stressing the OS. Any raccomandations? any tuning i can do to the system. The application is written in c# .net v 2.0 Any help would be great as i have been banging my head on a wall now for some time Thank in advance to any one that will take the time to read this

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

      re-write it in C++ Nunc est bibendum

      1 Reply Last reply
      0
      • E Emiliano

        Hello, i am trying to write an application that saves about 11,520 images a minute a windows disk. The image size varies round the 8 to 20 kb. The application needs to run 24 / 7. At the moment i have a windows XP server service pack 2 and if i run the application after a 5 / 10 min the server crashes as the memory goes up and up. The commit charge rises all the time. I dont think i have a memory leak in the program but maybe the application is stressing the OS. Any raccomandations? any tuning i can do to the system. The application is written in c# .net v 2.0 Any help would be great as i have been banging my head on a wall now for some time Thank in advance to any one that will take the time to read this

        D Offline
        D Offline
        Dan Neely
        wrote on last edited by
        #3

        If the commit charge keeps going up, you have a memory leak somewhere. Are you Dispose()ing all of the image objects when you're done with them?

        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