Skip to content

Commit

Permalink
Add pilot sizing for Dremio (#226)
Browse files Browse the repository at this point in the history
* Add pilot sizing for Dremio
  • Loading branch information
pvallone authored Oct 24, 2024
1 parent 3d254e0 commit c2e0567
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions getting-started/templates/pilot-sizing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,35 @@ dataframeservice:
maxReplicas: 2
targetCPUUtilizationPercentage: 60
targetMemoryUtilizationPercentage: 70

sldremio:
coordinator:
cpu: 4
memory: 31000
volumeSize: "100Gi"
executor:
count: 1
cpu: 4
memory: 31000
volumeSize: "50Gi"
zookeeper:
count: 1
# The above is the recommended configuration for pilot deployments.
# For deployments where the DataFrame Service will not be used, the following
# configuration is the bare minimum for the Dremio pods to start up:
# sldremio:
# coordinator:
# cpu: 1
# memory: 4096
# volumeSize: "10Gi"
# executor:
# count: 1
# cpu: 1
# memory: 4096
# volumeSize: "10Gi"
# zookeeper:
# count: 1


executionsui:
resources:
Expand Down

0 comments on commit c2e0567

Please sign in to comment.