ci.docker.websphere-traditional
ci.docker.websphere-traditional copied to clipboard
Performance: Disable sharedclasses
We are not using shared classes in the traditional websphere containers, so it would be a performance improvement for startup time to disable them.
Need to add/append this property to the end of the java properties.
-Xshareclasses:none
There may be cases where someone wants to use sharedclasses, so may need to make it optional with an env variable.