google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.26k stars 204 forks source link

Bump memory boundary to 4Gb in test #484

Closed dklimkin closed 11 months ago

dklimkin commented 11 months ago

Test breaks in some environments where pre-existing allocations exceed 1Gb.

adonovan commented 11 months ago

Thank you!