Configuring DMT Optimization Parameter

To reduce the memory consumption by the decrypt function, the optimization parameter X_ARGS_CPPENC is introduced. By default, the values for Xms is 32m and Xmx is 64m, where 32m and 64m indicates 32 MB and 64 MB of memory, respectively.

To override the default values, add the environment variable X_ARGS_CPPENC in the .profile file on the server where OFSAA is installed in the following format:

X_ARGS_CPPENC="-Xms256m -Xmx512m"

export X_ARGS_CPPENC

Note that 256m and 512m are the new values given for Xms and Xmx, respectively.