JVM parameters
-Xms and -Xmx
The flag Xmx is maximum memory allocation pool, while Xms is the initial memory allocation pool.
XX:PermSize:
The permanent space is where are stored the class, methods, internalized strings, and similar objects used by the VM and never deallocated.
Example:
XX:PermSize=128m
XX:MaxPermSize=256M
-Xms256m -Xmx512m
The flag Xmx is maximum memory allocation pool, while Xms is the initial memory allocation pool.
XX:PermSize:
The permanent space is where are stored the class, methods, internalized strings, and similar objects used by the VM and never deallocated.
Example:
XX:PermSize=128m
XX:MaxPermSize=256M
-Xms256m -Xmx512m
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-775412/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- TypeError: object() takes no parametersErrorObject
- Android Audio HAL 介面介紹之 adev_set_parameters()和out_set_parameters()Androiddev
- SAP Spartacus 中的 HTTP URL parametersHTTP
- c++ 模板模板引數("Template Template Parameters")C++
- Dynamics CRM Xrm.Utility.openEntityForm passing lookup parametersORM
- java11新特性--Local-Variable Syntax for Lambda ParametersJava
- [20190522]How to get dump or list parameters set at session level.txtSession
- Pytorch:利用torch.nn.Modules.parameters修改模型引數PyTorch模型
- 解決Parameter '__frch_item_0' not found. Available parameters 問題AI
- 2-AP-14: Create procedures with parameters to organize code and make it easier to reuse.
- Method has too many Body parameters: public abstract com.cloud.module.smartkeCloud
- Dart小知識 -- 函式(Function) && 可選引數(Optional parameters)Dart函式Function
- JVM(一)-JVM入門JVM
- 驗證一個和 initialization parameters pfile有關的052考試題
- [專案踩坑] py executemany 的使用報錯:Not all parameters were used in the SQLSQL
- SAP ABAP裡資料庫表的Storage Parameters從哪裡來的資料庫
- JVMJVM
- [效能][JVM]jvm垃圾回收機制JVM
- JVM系列(一) - JVM總體概述JVM
- JVM系列(三) - JVM物件探祕JVM物件
- JVM系列(六) - JVM垃圾回收器JVM
- JVM系列(六) – JVM垃圾回收器JVM
- JVM學習筆記——初識JVMJVM筆記
- [譯]深入理解JVM Understanding JVM InternalsJVM
- JVM效能優化 (一) 初識JVMJVM優化
- JVM(七):JVM記憶體結構JVM記憶體
- JVM系列(三):JVM建立過程解析JVM
- JVM篇-01.什麼是JVMJVM
- JVM - 引用JVM
- JVM 概述JVM
- JVM—01JVM
- JVM(三)JVM
- JVM初始JVM
- jvm GraalVMJVMLVM
- 【JVM】模型JVM模型
- 【庫】利用ES6 預設傳參Default Parameters改善柯里化應用
- java.sql.SQLException: Parameter index out of range (3 > number of parameters, which is 2)的解決方法JavaSQLExceptionIndex
- c++11-17 模板核心知識(十二)—— 模板的模板引數 Template Template ParametersC++
- JVM系列(七) – JVM線上監控工具JVM