System information

Adobe documentation - Confidential
Setting
Default
Recommendation
Description
Prefix serialized
JSON with
Unchecked: //
Checked: //
This setting helps prevent JSON
hijacking, and should be turned on.
ColdFusion AJAX tags and functions
automatically remove the prefix.
If developers have written CFC
functions with returnformat=”json”
or use the SerializeJSON function,
the prefix will be applied, and
should be removed in the client
code before processing.
Developers can override this setting
at the application level.
Maximum Output
Buffer size
1024KB
Lower
A lower output buffer size may
reduce the memory footprint in
some applications. Keep in mind
that once the output buffer is
flushed tags that modify the
response headers will throw an
exception.
Enable In-Memory
File System
Checked
Unchecked if not
used
If your applications do not require in
memory file system uncheck this
checkbox.
Memory Limit for In-
Memory Virtual File
System
200MB
Tuned based on
JVM heap size and
feature usage
Ensure that you have allocated
sufficient JVM heap space to
accommodate the memory limit.
Memory Limit per
Application for In-
Memory Virtual File
System
100MB
Tuned based on
JVM heap size and
feature usage
Ensure that you have sufficient JVM
heap space to accommodate the
memory limit.
Adobe documentation - Confidential