Stack-Size; Stream - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

A candidate URL is subject to standard profiling if it matches any of the match
criteria specified in the URL Map.
Refer to Appendix D, "Compile Options Policy configuration," on page 1007 for
procedural details regarding the creation and implementation of profiling policies.
Related Commands
debug, show profile
Examples
v Assigns the URLMap-Compile-2 URL map to the Compile Options Policy.

stack-size

Specifies the maximum memory in bytes that are available to process a style sheet.
Syntax
stack-size bytes
Parameters
bytes
Examples
v Sets a maximum of 10 megabytes to allow for the compilation for style sheets.

stream

Specifies a set of style sheets whose output is streamed.
Syntax
stream map
Parameters
map
Guidelines
With streaming enabled, transformation of a document begins before the input is
fully parsed. Not all style sheets can be streamed. If a style sheet cannot be
streamed, an error is issued and document processing is abandoned.
Related Commands
try-stream
Examples
v Assigns the fastPath URL map to the current policy.
# profile URLMap-Compile-2
#
Specifies the maximum memory usage. Use an integer in the range of
10240 through 104857600.
# stack-size 10485760
#
Specifies the name of a URL map that defines the set of style sheets.
Chapter 8. Compile Options Policy configuration mode
189

Advertisement

Table of Contents
loading

Table of Contents