Consultor Eletrônico



Kbase P72069: What is the Maximum program size in OpenEdge 10
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/06/2006
Status: Unverified

GOAL:

What is the Maximum program size in OpenEdge 10

GOAL:

How many segments can the r-code contain?

GOAL:

What is the maximum r-code size?

GOAL:

What is the maximum numbers of segments in the r-code?

FACT(s) (Environment):

OpenEdge 10.0x

FIX:

A. Segment offsets within the r-code have been widened to 32 bit quantities. Thus they have a reach of 2 GB either direction.

B. r-code is stored in a file and the maximum file size for r-code is 2 GB.

C. The total of all the segments is limited to 2 GB.

D. For various reasons Progress chose to limit the individual segment size to 4 MB max. This is not too hard to change should it become necessary, but involves a number of tradeoffs, and Progress felt 4 MB was a reasonable number.

E. Frame segments are still limited to 32k.

F. If all your other segments were 4 MB in size or less, you could have approximately 500 segments total. If they are all 1 MB or less you can have at most about 2,000 segments.