Skip to content

Commit fc54e6a

Browse files
more power
1 parent b3dba8d commit fc54e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/backend/primary/user_session_proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def _create_new_job(self, user_id: str) -> None:
8888
# these could be dynamic based on e.g. the selected ensemble sizess by the user.
8989
json={
9090
"resources": {
91-
"limits": {"memory": "32GiB", "cpu": "2"},
91+
"limits": {"memory": "128GiB", "cpu": "16"},
9292
"requests": {"memory": "32GiB", "cpu": "1"},
9393
}
9494
},

0 commit comments

Comments
 (0)