Skip to content

Commit

Permalink
increase ticdc pulsar integration test resource (#2932)
Browse files Browse the repository at this point in the history
ticdc pulsar integration test failed frequently, but when we run it on
local env, it never fail, so this PR increase ticdc pulsar integration
test resource.
  • Loading branch information
sdojjy committed Apr 22, 2024
1 parent ed5a42b commit 886fe0b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spec:
tty: true
resources:
requests:
memory: 16Gi
cpu: "8"
memory: 32Gi
cpu: "12"
limits:
memory: 16Gi
cpu: "8"
memory: 32Gi
cpu: "12"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
tty: true
Expand Down

0 comments on commit 886fe0b

Please sign in to comment.