global size changed to 1024

This commit is contained in:
Daniel Kang 2019-01-09 14:10:47 -08:00
parent 928a728f78
commit 046efa4f23

View file

@ -10,7 +10,7 @@ import (
const (
StackSize = 2048
GlobalsSize = 65536
GlobalsSize = 1024
MaxFrames = 1024
)