File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
deploy/ibm_cloud_code_engine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments