Skip to content

Commit

Permalink
reenable cpu and memory now that we are using self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jan 25, 2024
1 parent 61a2d53 commit c3ce5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_factory/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def democluster(
image="ubuntu/jammy/amd64",
image_remote="local",
project=ctx.obj.project_name,
#config_keys={"limits.cpu": "8", "limits.memory": "6GiB"},
config_keys={"limits.cpu": "8", "limits.memory": "6GiB"},
)

# Mount needed directories into the instance
Expand Down

0 comments on commit c3ce5cb

Please sign in to comment.