|
Screen watching and LOG file examination |
Top Previous Next |
|
GAMS outputs information on memory use to the screen during execution. Namely, the line number that is being executed and the current memory use are output. One may try to watch that display although it can go by very fast. In particular, if can observe that the memory use jumps greatly during execution of a line number, then one would look at that line as a possible cause of excessive memory use. For example in the model in toobig.gms the procedure shows a large jump to 60+ megs in the reporting but the display goes by too fast to see just where. The LOG file and the IDE process window contain some memory information and the LOG file is often retained on the disk (this can be forced using the Logoption command line parameter) or can be opened by the IDE. But these items are not very useful because the output does not contain much detail.
Screen watching is not very satisfactory because
|