Skip to content

Commit

Permalink
[#3664] Increase memory of Hugo container
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Dec 1, 2024
1 parent d054860 commit bc86807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Hono-Website-Pipeline-Declarative.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ pipeline {
tty: true
resources:
limits:
memory: "512Mi"
memory: "1Gi"
cpu: "1"
requests:
memory: "512Mi"
memory: "1Gi"
cpu: "1"
volumes:
- configMap:
Expand Down

0 comments on commit bc86807

Please sign in to comment.