4.14.14 Parameters that set up the files to be used in the JavaVM startup parameters

The following table describes the parameters that set up the files to be used in the JavaVM startup parameters. In the table below, Default value means the value that is assumed when the parameter is not specified. VR is the version of Application Server on which parameters are introduced or changed.

Table 4-92 Parameters that set up the files to be used in the JavaVM startup parameters

Value of param-nameValue of param-valueSpecifiable valueDefault valueVR
AutoExplicitMemoryTextSpecifies the contents of the auto-allocation setup file to be used in the auto-allocation functionality of the Explicit Memory Management functionality. The contents specified here are applied to Cosminexus-installation-directory/CC/server/usrconf/ejb/real-server-name/auto_explicit_memory.cfg.#String of one or more charactersNone09-00
UserPrfTextSpecifies the contents of the user-extended performance analysis trace setup file to be used in user-extended performance analysis trace. The contents specified here are applied to Cosminexus-installation-directory/CC/server/usrconf/ejb/real-server-name/userprf.cfg.#String of one or more charactersNone09-00
#
Specify the param-value value in the CDATA section.
(Example)
<param-name>UserPrfText</param-name>
<param-value>
<![CDATA[
:
]]>
</param-value>
The single-byte spaces and linefeeds before and after all the contents specified in the CDATA section are ignored.