Sets the size of the cache GeoStan uses.
Syntax
01 SIZE PIC S9(9) BINARY.
*
CALL "GSSCACHE" USING SIZE.
Arguments
SIZE Size to set cache. Input
.
Value |
Cache Size |
---|---|
0 |
Small |
1 |
Medium |
2 |
Large |
Notes
You must call GSSCACHE before GSINITWP.
A smaller cache may slow the performance of GeoStan. Precisely recommends a cache size of 2 for the best performance.
For changes in cache size settings to take effect, call GSSCACHE before GSINITWP.