Skip to content

Commit

Permalink
chore(asat): Update observed minimal memory usage by the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Aug 28, 2024
1 parent 522ffae commit 664117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptance/app/dynamic_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = Describe("AutoScaler dynamic policy", func() {
maxHeapLimitMb int
)

const minimalMemoryUsage = 28 // observed minimal memory usage by the test app
const minimalMemoryUsage = 17 // observed minimal memory usage by the test app

JustBeforeEach(func() {
appName = CreateTestApp(cfg, "dynamic-policy", initialInstanceCount)
Expand Down

0 comments on commit 664117e

Please sign in to comment.