Hi Stephen,
Merry Christmas and thanks for replying me.
And host Operating System is MacOS 13.1.
This is the official docker image provided by Elastic.
GET /_nodes/jvm,os
---
{
"_nodes": {
"total": 1,
"successful": 1,
"failed": 0
},
"cluster_name": "docker-cluster",
"nodes": {
"oHZpa-bERDyuDOHdC8Xeog": {
"name": "7d4ef3d44bd2",
"transport_address": "172.18.0.3:9300",
"host": "172.18.0.3",
"ip": "172.18.0.3",
"version": "8.5.1",
"build_flavor": "default",
"build_type": "docker",
"build_hash": "c1310c45fc534583afe2c1c03046491efba2bba2",
"roles": [
"data",
"data_cold",
"data_content",
"data_frozen",
"data_hot",
"data_warm",
"ingest",
"master",
"ml",
"remote_cluster_client",
"transform"
],
"attributes": {
"ml.allocated_processors": "5",
"ml.max_jvm_size": "4118806528",
"ml.allocated_processors_double": "5.0",
"xpack.installed": "true",
"ml.machine_memory": "8232894464"
},
"os": {
"refresh_interval_in_millis": 1000,
"name": "Linux",
"pretty_name": "Ubuntu 20.04.5 LTS",
"arch": "aarch64",
"version": "5.15.49-linuxkit",
"available_processors": 5,
"allocated_processors": 5
},
"jvm": {
"pid": 67,
"version": "19.0.1",
"vm_name": "OpenJDK 64-Bit Server VM",
"vm_version": "19.0.1+10-21",
"vm_vendor": "Oracle Corporation",
"using_bundled_jdk": true,
"start_time_in_millis": 1671222756720,
"mem": {
"heap_init_in_bytes": 4118806528,
"heap_max_in_bytes": 4118806528,
"non_heap_init_in_bytes": 7667712,
"non_heap_max_in_bytes": 0,
"direct_max_in_bytes": 0
},
"gc_collectors": [
"G1 Young Generation",
"G1 Old Generation"
],
"memory_pools": [
"CodeHeap 'non-nmethods'",
"Metaspace",
"CodeHeap 'profiled nmethods'",
"Compressed Class Space",
"G1 Eden Space",
"G1 Old Gen",
"G1 Survivor Space",
"CodeHeap 'non-profiled nmethods'"
],
"using_compressed_ordinary_object_pointers": "true",
"input_arguments": [
"-Des.networkaddress.cache.ttl=60",
"-Des.networkaddress.cache.negative.ttl=10",
"-Djava.security.manager=allow",
"-XX:+AlwaysPreTouch",
"-Xss1m",
"-Djava.awt.headless=true",
"-Dfile.encoding=UTF-8",
"-Djna.nosys=true",
"-XX:-OmitStackTraceInFastThrow",
"-Dio.netty.noUnsafe=true",
"-Dio.netty.noKeySetOptimization=true",
"-Dio.netty.recycler.maxCapacityPerThread=0",
"-Dlog4j.shutdownHookEnabled=false",
"-Dlog4j2.disable.jmx=true",
"-Dlog4j2.formatMsgNoLookups=true",
"-Djava.locale.providers=SPI,COMPAT",
"--add-opens=java.base/java.io=ALL-UNNAMED",
"-Des.cgroups.hierarchy.override=/",
"-XX:+UseG1GC",
"-Djava.io.tmpdir=/tmp/elasticsearch-11083613871739996091",
"-XX:+HeapDumpOnOutOfMemoryError",
"-XX:+ExitOnOutOfMemoryError",
"-XX:HeapDumpPath=data",
"-XX:ErrorFile=logs/hs_err_pid%p.log",
"-Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m",
"-Xms3925m",
"-Xmx3925m",
"-XX:MaxDirectMemorySize=2058354688",
"-XX:G1HeapRegionSize=4m",
"-XX:InitiatingHeapOccupancyPercent=30",
"-XX:G1ReservePercent=15",
"-Des.distribution.type=docker",
"--module-path=/usr/share/elasticsearch/lib",
"--add-modules=jdk.net",
"-Djdk.module.main=org.elasticsearch.server"
]
}
}
}
}