Skip to content

Commit

Permalink
Revert "relax memory allocation for GOOS=tamago testing"
Browse files Browse the repository at this point in the history
This reverts commit 8425583.
  • Loading branch information
abarisani committed Sep 15, 2024
1 parent 13b9f40 commit ecf5e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/testing_tamago.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var ramStart uint64 = 0x80000000

//go:linkname ramSize runtime.ramSize
var ramSize uint64 = 0x10000000 // 256MB
var ramSize uint64 = 0x20000000 // 512MB

//go:linkname ramStackOffset runtime.ramStackOffset
var ramStackOffset uint64 = 0x100
Expand Down

0 comments on commit ecf5e46

Please sign in to comment.