The Unicon IAM team did a code review and suggested several small adjustments. This is one of those adjustments:
Default the Jetty's Max Heap to 2gb so that it is a reasonable value for most deployers. The value can be changed via a docker run -e setting for using an ENV setting within the local Dockerfile.
The Unicon IAM team did a code review and suggested several small adjustments. This is one of those adjustments:
Default the Jetty's Max Heap to 2gb so that it is a reasonable value for most deployers. The value can be changed via a
docker run -e
setting for using anENV
setting within the localDockerfile
.