Skip to content

Commit 080f9b6

Browse files
committed
feature: improve PDF processing logic and update dependencies in process.py and pyproject.toml
1 parent 035bb0f commit 080f9b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deployment/helm/datamate/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ ray-cluster:
175175
enabled: true
176176
head:
177177
rayStartParams:
178-
object-store-memory: '78643200'
179178
num-cpus: '0'
180179
containerEnv:
181180
- name: RAY_DEDUP_LOGS
@@ -194,8 +193,8 @@ ray-cluster:
194193
value: "datamate"
195194
resources:
196195
limits:
197-
cpu: "2"
198-
memory: "8G"
196+
cpu: "4"
197+
memory: "16G"
199198
requests:
200199
cpu: "1"
201200
memory: "2G"

0 commit comments

Comments
 (0)