WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
170 stars 190 forks source link

Performance: Disable sharedclasses #275

Open jdmcclur opened 1 year ago

jdmcclur commented 1 year ago

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.