Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -Xsharedclasses option to improve startup time (especially on zPDT / zD&T emulated environments) #3953

Open
Joe-Winchester opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@Joe-Winchester
Copy link
Member

Is your feature request related to a problem? Please describe.
Zowe APIML startup can be improved on zPDT / zD&T emulator environments to be 1/2 using shared classes.

Describe the solution you'd like
More on shared classes can be found at the great blog by Colin at https://colinpaice.blog/2023/08/26/turbo-start-your-java-program-on-z-os-and-save-a-bucket-of-cpu/.
It's a -Xshareclasses:cacheDir=/tmp,name=rseapi’,restoreFromSnapshot’, cacheDirPerm=0777,groupAccess option and could be added to the start.sh scripts in each of the components.

Willingness to help
Very happy to help create a PR for this as well as do any testing, and I expect Colin (who has a zPDT and did the analysis on the improvements) would help test also.

@Joe-Winchester Joe-Winchester added enhancement New feature or request new New issue that has not been worked on yet labels Jan 20, 2025
@EvaJavornicka EvaJavornicka added Priority: Medium size/S and removed new New issue that has not been worked on yet labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants