Parameter template
parameters:
- name: jvm_heap_size
description: the size of the heap of the jvm
unit: megabytes
restart: false
- name: jvm_survival_ratio
description: the ratio of the two survivor spaces in the jvm gcField
Type
Value restrictions
Is required
Default Value
Description
Example
parameters:
- name: jvm_maxHeapSize
description: Maximum heap size
unit: megabytes
restart: true
- name: jvm_newRatio
description: Ratio of old/new generation sizes
restart: true
- name: jvm_maxTenuringThreshold
description: Maximum value for tenuring threshold
restart: true
- name: jvm_survivorRatio
description: Ratio of eden/survivor space size
restart: true
- name: jvm_concurrentGCThreads
description: Number of threads concurrent garbage collection will use
unit: threads
restart: true
- name: jvm_gcType
description: Type of the garbage collection algorithm
restart: trueLast updated
Was this helpful?