Skip to content

Commit

Permalink
more power
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 29, 2023
1 parent b3dba8d commit fc54e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/backend/primary/user_session_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def _create_new_job(self, user_id: str) -> None:
# these could be dynamic based on e.g. the selected ensemble sizess by the user.
json={
"resources": {
"limits": {"memory": "32GiB", "cpu": "2"},
"limits": {"memory": "128GiB", "cpu": "16"},
"requests": {"memory": "32GiB", "cpu": "1"},
}
},
Expand Down

0 comments on commit fc54e6a

Please sign in to comment.