Skip to content

Commit

Permalink
relax memory allocation for GOOS=tamago testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 14, 2024
1 parent 496c75f commit 8425583
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 = 0x20000000 // 512MB
var ramSize uint64 = 0x10000000 // 256MB

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

0 comments on commit 8425583

Please sign in to comment.