Salesforce

What is the segment size limit of a procedure?

« Go Back

Information

 
TitleWhat is the segment size limit of a procedure?
URL NameP122088
Article Number000116834
EnvironmentProduct: OpenEdge
Version: All Supported Versions
OS: All Supported Platforms
Question/Problem Description
What is the segment size limit of a procedure?
What is the size limit of the segment of a procedure?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Segment offsets within the r-code have been widened to 32 bit quantities. Since OpenEdge 10 they have a reach of 2 GB.

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

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

Individual segments are limited to 4 MB maximum. 

Frame segments are limited to 32k.

With segments 4 MB in size or less, it is possible to have approximately 500 segments total. 
If all segments are 1 MB or less it is possible to have at most about 2,000 segments.
Workaround
Notes

Reference to Written Documentation:

OpenEdge Development: ABL Reference

Keyword Phrase
Last Modified Date9/13/2015 3:07 AM

Powered by