Kbase P99344: How to reduce srt file size when compiling entire application?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/09/2005 |
|
Status: Unverified
GOAL:
How to reduce srt file size when compiling entire application?
FIX:
When compiling an entire application the size of the srt file can become large due to the fact that the newly compiled code exists in memory and ends up getting swapped out to the srt file when memory is needed for the program currently being compiled. The size of the srt file can be reduced (but not eliminated) by using the following startup parameters when compiling an entire application:
Set the -TB startup parameter to a value of 4
Set the -D startup parameter to its maximum value of 500
Set the -mmax startup parameter as high as you can without exceeding your physically available memory up to its maximum value of 65,534