The Analyzer is running out of virtual memory. What do I do? Raise the appropriate quotas, limit the number of displays, and limit the memory used by displays (use /SIZE=n). Limit the size of your plots with the following methods: - Use limiting nodespecs. For example, if PROGRAM_ADDRESS BY LINE doesn't work, try MODULE foo BY LINE, or ROUTINE fee BY LINE. - Use the traverse commands after issuing PLOT/your_qualifiers PROGRAM_ADDRESS BY MODULE - Use the /NOZEROS, /MINIMUM, /MAXIMUM qualifiers. - Use filters with CALL_TREE nodespecs to reduce the number of call chains.