Skip to content

Commit e1d8fbe

Browse files
committed
Update example-cluster.yaml.template
1 parent b8d6aae commit e1d8fbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/ibm_cloud_code_engine/example-cluster.yaml.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ available_node_types:
8989
resources:
9090
requests:
9191
cpu: 1
92-
memory: 1Gi
92+
memory: 2G
9393
limits:
9494
# The maximum memory that this pod is allowed to use. The
9595
# limit will be detected by ray and split to use 10% for
@@ -99,7 +99,7 @@ available_node_types:
9999
# allocate a very large object store in each pod that may
100100
# cause problems for other pods.
101101
cpu: 1
102-
memory: 1Gi
102+
memory: 2G
103103
head_node:
104104
# The minimum number of worker nodes of this type to launch.
105105
# This number should be >= 0.
@@ -153,7 +153,7 @@ available_node_types:
153153
resources:
154154
requests:
155155
cpu: 1
156-
memory: 1Gi
156+
memory: 2G
157157
limits:
158158
# The maximum memory that this pod is allowed to use. The
159159
# limit will be detected by ray and split to use 10% for
@@ -163,7 +163,7 @@ available_node_types:
163163
# allocate a very large object store in each pod that may
164164
# cause problems for other pods.
165165
cpu: 1
166-
memory: 1Gi
166+
memory: 2G
167167

168168

169169
# Command to start ray on the head node. You don't need to change this.

0 commit comments

Comments
 (0)