Re: [Factor-talk] GC Bug? (Was: Out Of Memory)

2016-11-24 Thread Jon Harper
Found the discussion about 32bit array : https://github.com/factor/factor/issues/1566 Also what's happening in your case is that the heap size grows when the arrays are allocated. If you gc, you will get rid of the arrays, but the heap doesn't shrink. So you can reallocate more arrays, but the

Re: [Factor-talk] GC Bug? (Was: Out Of Memory)

2016-11-24 Thread Alexander Ilin
Hello! OK, opening the console I also see the message "fatal_error: Out of memory in VirtualAlloc". I did it this way: `6 [ 25 2^ 0 ] times` Now I have some further questions. When I do `5 [ 25 2^ 0 ] times` I see the factor.com process eating up ~930 Mb of memory. Why is it that after