Altera_Forum
Honored Contributor
16 years agoHow to determined the physical memory used
How do we determine how much physical computer RAM is being used by each module of Quartus (i.e. Analysis & Synthesis, Fitter, Assembler, TimeQuest, etc.) during compilation?
Also, if the computer runs out of physical RAM, then it can go to the hard disk to access swap memory. How do we determine how much hard disk swap memory is being used by each module of Quartus during a compile? Trying to look in the Flow Report (.flow.rpt) and it indicates Peak Virtual Memory for each module, but we don't know if that is physical RAM being utilized, or hard disk swap, or a total of both. Also, if we execute a Quartus module individually via a command line (i.e. quartus_sta) will a .flow.rpt be output so that we can see how much memory is being utilized by that module you just manually ran? Appreciate if anyone can help on this ASAP. Thanks