mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
unit-test, arm64: Add memory limit for prlimit test (#3468)
Signed-off-by: howard zhang <howard.zhang@arm.com>
This commit is contained in:
parent
5f66979d7c
commit
7a7f41d526
@ -42,8 +42,8 @@ var _ = Describe("Process Limits", func() {
|
||||
|
||||
realLimits := &ProcessLimitValues{1 << 30, 10}
|
||||
|
||||
//workaround for https://github.com/kubevirt/containerized-data-importer/issues/3341
|
||||
if runtime.GOARCH == "s390x" {
|
||||
//workaround for issue #3341 and #3467
|
||||
if runtime.GOARCH == "s390x" || runtime.GOARCH == "arm64" {
|
||||
realLimits = &ProcessLimitValues{1 << 31, 10}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user