We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the proper method to specify the JVM options for all the ZOWE v3.0.0 components that use java?
For example, How to specify the following JVM options:
-Xms256m -Xmx512m -Xquickstart -Xshareclasses:nonFatal -Xshareclasses:groupAccess -Xshareclasses:cacheDirPerm=0777 -Xscmx50m -Xlp:objectheap:pagesize=1m,warn,pageable -Xlp:codecache:pagesize=1m,pageable
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Currently there is no way to set these properties for all Zowe 3.0.0 components. As such we are changing the issue to enhancement request.
Sorry, something went wrong.
Looks like a duplicate of #3865 ?
Yes, it does. Thanks for catching this.
No branches or pull requests
What is the proper method to specify the JVM options for all the ZOWE v3.0.0 components that use java?
For example, How to specify the following JVM options:
-Xms256m
-Xmx512m
-Xquickstart
-Xshareclasses:nonFatal
-Xshareclasses:groupAccess
-Xshareclasses:cacheDirPerm=0777
-Xscmx50m
-Xlp:objectheap:pagesize=1m,warn,pageable
-Xlp:codecache:pagesize=1m,pageable
Thanks in advance.
The text was updated successfully, but these errors were encountered: