|
Description:
|
pcl-resource-saving-memory-size OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Returns or changes the amount of resource saving memory
set aside to hold permanent soft PCL resources.
Additional information:
The value returned by this object is the amount of
Resource Saving memory currently dedicated to PCL.
For a PCL-only printer, the value of this object is zero. All memory is
dedicated to PCL, but it is not shown as such.
If Postscript is installed, the default value of this object is as follows:
0 if RESOURCE-SAVING = eOff.
0 if less than 8 Megabytes of RAM is in the printer.
400K bytes if RAM >= 8 Megabytes and RESOURCE-SAVING = eOn.
400K bytes if RAM = 8 Megabytes and RESOURCE-SAVING = eAuto, plus 100K bytes
for each Megabyte of RAM over 8 Megabytes.
If RESOURCE-SAVING=eOn, this object can be used to set the amount of Resource
Saving memory currently dedicated to PCL. The range of values supported by
this object are:
0 bytes (which disables resource saving for PCL)
400K bytes through (400K bytes + MAXIMUM-RESOURCE-SAVING-MEMORY) in
increments of 100K bytes.
If a value is received that is greater than 0 and less than 400K bytes,
it will be snapped to 400K bytes and a status of
<noError> returned.
If an unsupported value greater than 400K bytes is received,
it will be snapped down to the nearest 100K value
and a status of <noError> returned.
Attempting to set this object when RESOURCE-SAVING is eAuto or eOff will
cause a status of <genErr> to be returned."
|
|
|