global size changed to 1024
This commit is contained in:
parent
928a728f78
commit
046efa4f23
1 changed files with 1 additions and 1 deletions
2
vm/vm.go
2
vm/vm.go
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
StackSize = 2048
|
StackSize = 2048
|
||||||
GlobalsSize = 65536
|
GlobalsSize = 1024
|
||||||
MaxFrames = 1024
|
MaxFrames = 1024
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue