- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a big Fortran program in which all variables are static and divided in several common files. The size of these variables/arrays are defined as parameters and I would like to increase one of these parameters.
However, I am having problems to generate the executable because the image size hit the maximum allowable size:
LINK : fatal error LNK1248: image size (A52E4000) exceeds maximum allowable size (80000000)
What is the easiest way to identify which are the most memory consuming variables?
Thanks in advance.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try the /list /show:nooptions options.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page