In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
The JVM virtual machine provides three types of parameters: the standard parameters, including functional and output parameters, are stable and are likely to remain unchanged in future JVM releases. You can use the java command (or java-help) to retrieve all the standard parameters.
Non-standardized parameters may change in future releases. All such parameters start with-X and can be retrieved with java-X. Note that there is no guarantee that all parameters can be retrieved, and there is no-Xcomp.
Non-standardized parameters (by far the most), they are also not standard and are not even listed for a long time. In practice, however, there is no difference between the X parameter and the XX parameter. The function of the X parameter is very stable, but many of the XX parameters are still being tested (mainly the implementation of debugging and tuning JVM itself used by JVM developers).
Explain the syntax of the XX parameter in one sentence. All XX parameters start with "- XX:", but the subsequent syntax is different, depending on the type of parameter:
1) for Boolean parameters, we have "+" or "-" before setting the actual name of the JVM option.
For example,-XX:+ is used to activate the option, and-XX:- is used to log out the option.
Example:
Parameter to enable GC log:-XX:+PrintGC
2) for parameters that require non-Boolean values, such as string or integer, we first write the name of the parameter, followed by "=", and finally assign a value.
For example:-XX:MaxPermSize=2048m
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.