Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-dambovaliev committed Sep 28, 2024
1 parent 0231b42 commit 96b5b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func gnoTestPkg(
if printRuntimeMetrics {
// from tm2/pkg/sdk/vm/keeper.go
// XXX: make maxAllocTx configurable.
maxAllocTx := int64(500 * 1000 * 1000)
maxAllocTx := int64(50 * 1000 * 1000)

m.Alloc = gno.NewAllocator(maxAllocTx, 10000, gno.NewHeap())
}
Expand Down

0 comments on commit 96b5b05

Please sign in to comment.