leftmike / foment

Foment is an implementation of R7RS Scheme.
MIT License
67 stars 4 forks source link

VirtualAlloc reserve too large memory #8

Closed SaitoAtsushi closed 7 years ago

SaitoAtsushi commented 8 years ago

Foment crashed on windows10 (32bit). Debug version report following message.

FAssert: SectionTable != 0 (2484)..\src\gc.cpp

VirtualAlloc reserve too large memory 2GB.

This is not consistent with the comment in gc.cpp.

1 gigabyte heap

leftmike commented 7 years ago

Should be fixed.