We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dba8d commit fc54e6aCopy full SHA for fc54e6a
backend/src/backend/primary/user_session_proxy.py
@@ -88,7 +88,7 @@ async def _create_new_job(self, user_id: str) -> None:
88
# these could be dynamic based on e.g. the selected ensemble sizess by the user.
89
json={
90
"resources": {
91
- "limits": {"memory": "32GiB", "cpu": "2"},
+ "limits": {"memory": "128GiB", "cpu": "16"},
92
"requests": {"memory": "32GiB", "cpu": "1"},
93
}
94
},
0 commit comments