Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 11
Posts: 11   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1566 times and has 10 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Memory Leaks/Usage

Total Memory available for system use - Mem Usage is the amount of RAM available for any new process to instantly use. If more than that is needed, then lower priority tasks start getting moved down into Virtual Memory to free up RAM. Just think of the 'committed' memory as the total amount of RAM that all the running processes would take up if there were no Virtual Memory to store them in. And remember that scientific programs consist of megabytes of code, kilobytes of data, and hundreds of megabytes of scratchpad arrays (initially all 0) to hold temporary intermediate calculations.
[Nov 27, 2005 3:34:36 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 11   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread