ci.docker.websphere-traditional icon indicating copy to clipboard operation
ci.docker.websphere-traditional copied to clipboard

Performance: Disable sharedclasses

Open jdmcclur opened this issue 3 years ago • 0 comments

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.

jdmcclur avatar Oct 04 '22 13:10 jdmcclur