Skip to content

Commit

Permalink
virt-config: Increase DefaultDiskVerificationMemoryLimitMBytes
Browse files Browse the repository at this point in the history
It was observed that recently memory limit applied
to virt-chroot is too low in docker in docker
environemnt on Arm64 platform, which lead to e2e
test crash. Further profiling and optimization are
needed.

Signed-off-by: howard zhang <[email protected]>
  • Loading branch information
zhlhahaha committed Jan 13, 2023
1 parent 668a9e8 commit 327a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/virt-config/virt-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
DefaultAARCH64OVMFPath = "/usr/share/AAVMF"
DefaultMemBalloonStatsPeriod uint32 = 10
DefaultCPUAllocationRatio = 10
DefaultDiskVerificationMemoryLimitMBytes = 1700
DefaultDiskVerificationMemoryLimitMBytes = 2000
DefaultVirtAPILogVerbosity = 2
DefaultVirtControllerLogVerbosity = 2
DefaultVirtHandlerLogVerbosity = 2
Expand Down

0 comments on commit 327a5a7

Please sign in to comment.