edward.zeng d032c55622
Upgrade pulsar from 2.7.3 to 2.8.2 (#15588)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
2022-02-16 09:19:49 +08:00

187 lines
5.4 KiB
YAML

metrics:
serviceMonitor:
enabled: true
interval: "5s"
scrapeTimeout: "5s"
proxy:
resources:
requests:
cpu: "0.3"
memory: "256Mi"
# limits:
# cpu: "0.5"
# memory: "512Mi"
rootCoordinator:
resources:
requests:
cpu: "0.3"
memory: "256Mi"
# limits:
# cpu: "0.6"
# memory: "512Mi"
queryCoordinator:
resources:
requests:
cpu: "0.4"
memory: "100Mi"
# limits:
# cpu: "1.1"
# memory: "256Mi"
queryNode:
resources:
requests:
cpu: "2"
memory: "500Mi"
limits:
# cpu: "2"
# memory: "1.5Gi"
indexCoordinator:
resources:
requests:
cpu: "0.1"
memory: "50Mi"
# limits:
# cpu: "0.1"
# memory: "100Mi"
indexNode:
resources:
requests:
cpu: "4"
memory: "500Mi"
# limits:
# cpu: "4"
# memory: "1.5Gi"
dataCoordinator:
resources:
requests:
cpu: "0.1"
memory: "50Mi"
# limits:
# cpu: "0.2"
# memory: "100Mi"
dataNode:
resources:
requests:
cpu: "0.5"
memory: "500Mi"
# limits:
# cpu: "1.2"
# memory: "1.5Gi"
pulsar:
proxy:
configData:
PULSAR_MEM: "\"-Xms2048m -Xmx2048m -XX:MaxDirectMemorySize=2048m\""
resources:
requests:
cpu: "1"
memory: "2Gi"
# limits:
# cpu: "1"
# memory: "4Gi"
# Resources for the websocket proxy
wsResources:
requests:
memory: "512Mi"
cpu: "0.3"
# limits:
# memory: "512Mi"
# cpu: "0.3"
broker:
resources:
requests:
cpu: "1.5"
memory: "4Gi"
# limits:
# cpu: "1.5"
# memory: "8Gi"
configData:
PULSAR_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem\""
# PULSAR_MEM: "\" -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem\""
maxMessageSize: "104857600"
defaultRetentionTimeInMinutes: "10080"
defaultRetentionSizeInMB: "8192"
backlogQuotaDefaultLimitGB: "8"
backlogQuotaDefaultRetentionPolicy: producer_exception
bookkeeper:
volumes:
journal:
existingStorageClassName: local-path
ledgers:
existingStorageClassName: local-path
configData:
BOOKIE_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -verbosegc\""
# BOOKIE_MEM: "\"-XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintHeapAtGC -verbosegc -XX:G1LogLevel=finest\""
nettyMaxFrameSizeBytes: "104867840"
resources:
requests:
cpu: 1
memory: "4Gi"
# limits:
# cpu: 1
# memory: "8Gi"
bastion:
resources:
requests:
cpu: "0.3"
memory: "50Mi"
# limits:
# cpu: "0.3"
# memory: "50Mi"
autorecovery:
resources:
requests:
cpu: "1"
memory: "512Mi"
# limits:
# cpu: "1"
# memory: "1Gi"
zookeeper:
volumes:
data:
existingStorageClassName: local-path
configData:
PULSAR_MEM: "\"-Xms1024m -Xmx1024m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
resources:
requests:
cpu: "0.3"
memory: "1Gi"
# limits:
# cpu: "0.3"
# memory: "2Gi"
etcd:
resources:
requests:
cpu: "0.1"
memory: "100Mi"
# limits:
# cpu: "0.1"
# memory: "300Mi"
minio:
resources:
requests:
cpu: "0.3"
memory: "512Mi"
# limits:
# cpu: "0.6"
# memory: "512Mi"
standalone:
persistence:
persistentVolumeClaim:
storageClass: local-path
resources:
requests:
cpu: "1"
memory: "3.5Gi"
# limits:
# cpu: "2.6"
# memory: "8.5Gi"