Apply resource limitation on container during job #475
Labels
No Label
kind
bug
kind
build
kind/compatible
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
reviewed
workaround
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#475
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
i'm trying act_runner running inside docker.
My intention is to apply a limitation about the maximum amount of resource that the runner can use.
Inside docker-compose I used this properties:
but the runner keeps running other containers, that I'm assuming are running "outside" this specification.
So I tried to put a limitation on the job itself, but the options seems to be ignored:
I'm start thinking that maybe this is a feature not covered by gitea yet. I'm assuming that I may make everything working with DinD, but at an higher performance price.
Is there a way to make the containers.options working the way i'm expecting?
This issue is similar to this other one (I'd like to inject Docker configuration params into started child containers).
I've opened a PR for it more than 3 months ago... it's still waiting for merge🙄
I see, there is no way to poke the mantainer?
That sounds like a very simple fix, I don't understand why it's still pending...
Thank you for replying 😃
closed by gitea/act#80