MAXREP31 parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:MAXREP31 parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 14: Line 15:
==Description==
==Description==
This parameter indicates the maximum amount of 31-bit virtual storage to be used
This parameter indicates the maximum amount of 31-bit virtual storage to be used
by report writers (currently, only the Dataset class [[SirtuneReport method]]).
by report writers (currently, only the <var>Dataset</var> class <var>[[SirtuneReport (Dataset function)|SirtuneReport]]</var> method).
Report writers can use a lot of virtual storage which can adversely effect other
Report writers can use a lot of virtual storage which can adversely effect other
users in an Online.
users in an Online.
Line 23: Line 24:
default of 1024 (megabytes) should be adequate for most purposes.
default of 1024 (megabytes) should be adequate for most purposes.
If you find that you are running out of 31-bit storage, you can try to get
If you find that you are running out of 31-bit storage, you can try to get
the report writer to use 64-bit storage by setting [[MAXREP64 parameter|MAXREP64]].
the report writer to use 64-bit storage by setting <var>[[MAXREP64 parameter|MAXREP64]]</var>.
This will only work on <var class="product">Model 204</var> V6R3 and later, because earlier releases of <var class="product">Model 204</var>
This will only work on <var class="product">Model 204</var> V6R3 and later, because earlier releases of <var class="product">Model 204</var>
do not support 64-bit addressing.
do not support 64-bit addressing.
For more information on utilizing 64-bit storage, see the documentation for the
For more information on utilizing 64-bit storage, see the documentation for the
specific report writer (for example, the [[SirTune Reference Manual]]).
specific report writer (for example, the <var class="book">[http://www.sirius-software.com/maint/download/tunr.pdf SirTune Reference Manual]</var>).


The maximum allowed value for MAXREP31 is 2048, because that is the maximum
The maximum allowed value for <var>MAXREP31</var> is 2048, because that is the maximum
amount of storage that may be addressed using 31-bit addressing.
amount of storage that may be addressed using 31-bit addressing.
If MAXREP31 must be set to a value greater than 1024 to get reports to run,
If <var>MAXREP31</var> must be set to a value greater than 1024 to get reports to run,
contact Sirius Software technical support, since this would suggest that
contact [[Contacting Rocket Software Technical Support|Technical Support]], since this would suggest that
the report writer is getting close to some architectural limits and might
the report writer is getting close to some architectural limits and might
need to be restructured.
need to be restructured.

Latest revision as of 16:40, 27 August 2013

Maximum 31-bit storage for report writers (megabytes)

Summary

Default value
1024 if NUSERS=1; 0 otherwise
Parameter type
System
Where set
System manager resettable
Related products
SirTune
Introduced
Sirius Mods 7.2

Description

This parameter indicates the maximum amount of 31-bit virtual storage to be used by report writers (currently, only the Dataset class SirtuneReport method). Report writers can use a lot of virtual storage which can adversely effect other users in an Online. This is why the default is 0 for any multi-user run. With the default, no report writer will be able to run in a multi-user Online.

Generally, report writers will be invoked in single-user runs, in which case the default of 1024 (megabytes) should be adequate for most purposes. If you find that you are running out of 31-bit storage, you can try to get the report writer to use 64-bit storage by setting MAXREP64. This will only work on Model 204 V6R3 and later, because earlier releases of Model 204 do not support 64-bit addressing. For more information on utilizing 64-bit storage, see the documentation for the specific report writer (for example, the SirTune Reference Manual).

The maximum allowed value for MAXREP31 is 2048, because that is the maximum amount of storage that may be addressed using 31-bit addressing. If MAXREP31 must be set to a value greater than 1024 to get reports to run, contact Technical Support, since this would suggest that the report writer is getting close to some architectural limits and might need to be restructured.

See also: