home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!jpunix!mwk.uucp!gleason
- From: gleason@mwk.uucp
- Newsgroups: comp.os.vms
- Subject: Re: ballooning EXE size
- Message-ID: <1992Dec29.224422.1273@mwk.uucp>
- Date: 29 Dec 92 22:44:22 CST
- References: <01GSUT89O7JK000J0I@XRT.UPENN.EDU>
- Organization: M. W. Kellogg, Houston TX
- Lines: 21
-
-
-
- If your image has more than "n" image sections (where "n" is a number
- I can't recall exactly, in the neighborhood of 95), demand zero compression
- will be turned off, and the EXE will grow and grow...
-
- If that is the case here, try adding a line to your options file that
- says something like
-
- ISD_MAX = 255
-
- for example...make it at least somewhat bigger than the total number of
- image sections as shown by a link map. This will increase the number of image
- sections the linker will allow before it gives up in despair and refuses to
- compress the DZRO sections on disk. I caused some chemical engineers' programs
- to shrink by several orders of magnitude using this...
-
- Lee K. Gleason
- Control-G Consultants
- gleason@mwk.uucp
- Phone 713/681-3985
-