Skip to content

Commit

Permalink
Limit Mockserver memory usage (#32)
Browse files Browse the repository at this point in the history
- It seems to respect the memory limit and the increased usage we saw was just a consequence of having no limit at all
  • Loading branch information
pehala authored Jun 19, 2023
1 parent e2da63d commit 11f835f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/mockserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
containers:
- image: quay.io/mganisin/mockserver:latest
name: mockserver
resources:
limits:
memory: 2G
ports:
- containerPort: 1080
protocol: TCP
Expand Down

0 comments on commit 11f835f

Please sign in to comment.