I may have some help, but not much right now. There are a few programs you can find through search engines(google), that tells you the exact memory you are using for each program. Also ctrl alt delete, shows how much memory certain programs use also,(XP users). A few programs, i found, can free up ram, to allow the program to run faster. I dont know if this helps you any but atleast i tried :),lol peace
GReddy4u
Junior Poster in Training
75 posts since Feb 2004
Reputation Points: 10
Solved Threads: 4
there is no issue that u as a programmer need to worry about concerning RAM, other than running out of it that is! to optimize code, you worry about writing good algorithms, the system RAM has nothing to do with this. as long as u are careful to not leak any memory u allocate, system memory is transparent at the application level. the amount of RAM u process uses depends on how much memory u allocate. if u have a program that is allocating memory an dnever freeing it, then yes that is a problem. but as long as u manage memory properly, as i said, RAM has nothing to do with ur program. if u want to get really advanced, then yes the cache block size is something to take into account, but i dont think that is neither here nor there at this point. as for the other questions, a google will find much for u as mentioned above.
infamous
Junior Poster in Training
77 posts since Mar 2004
Reputation Points: 47
Solved Threads: 2