When install a solution kit (for example, the AWS solution kit), or any other operation, if the policy manager popup an error message,
"The Policy Manager encountered an internal error or misconfiguration and was unable to complete the operation"
Click the "Report" button on the error window, the report shows following message,
"java.lang.OutOfMemoryError: Java heap space"
That indicates the policy manager has no enough memory to finish the operation.
Release : 9.4
Component : API GATEWAY
The default heap size of policy manager could be too small on old versions, for example, on gateway 9.0, the default is -Xmx256M
edit "Layer 7 Policy Manager.ini" file under policy manager install folder, and change the heap size to -Xmx2048M
edit "Manager.sh" file under policy manager install folder, and change the heap size to -Xmx2048M
Restart the policy manager to take effect.
If still have the out-of-memory error, double the heap size.