slimCODE commUNITY

Getting to know each other
Welcome to slimCODE commUNITY Sign in | Join | Help
in Search

Memory Usage

Last post 05-11-2007, 16:07 by slimcode. 1 replies.
Sort Posts: Previous Next
  •  05-09-2007, 10:50 301

    Memory Usage

    I like your program, but when I installed it, I noticed that the memory it used was around 50mb.  I'm curious to know if you plan to reduce that at some point or if that is an anticipated memory usage.  Help me understand if this is an acceptable consumption.  Thanks.
  •  05-11-2007, 16:07 303 in reply to 301

    Re: Memory Usage

    Hi, sorry for the late reply...

    .NET applications do look like they use more memory, but this is not really "used" memory, but "reserved" by the .NET Framework memory management. If the system needs more memory, it will reacquire that memory, which is not really holding data. A good portion of those 50 megs would never get swapped to the disk pagefile (this is costly), and can be allocated to other processes by the system if needed.

    I do have memory usage in mind when working on slimKEYS. Currently, the single place where I'd like to put some more effort on memory usage, but foremost CPU usage (on slimKEYS start-up only) is with slimLAUNCH.FileSystem. Another version could see an improved caching system, and I definitely want to support the Windows Desktop Search API with another similar plug-in.

    Hope this helps.

    Filed under: ,
View as RSS news feed in XML