Skip to content

Commit

Permalink
Merge pull request #3093 from SeldonIO/axsaucedo-patch-9
Browse files Browse the repository at this point in the history
Increasing memory of notebook tests
  • Loading branch information
axsaucedo authored Mar 25, 2021
2 parents 2134d60 + fe202d5 commit 1b94454
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .lighthouse/jenkins-x/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ spec:
mountPath: /var/lib/docker
resources:
requests:
cpu: 2
memory: 8000Mi
cpu: 3
memory: 10000Mi
ephemeral-storage: "100Gi"
limits:
cpu: 2
memory: 8000Mi
cpu: 3
memory: 10000Mi
ephemeral-storage: "100Gi"
securityContext:
privileged: true
Expand Down

0 comments on commit 1b94454

Please sign in to comment.