Open OYTIS opened 7 years ago
Yes, the docs are outdated - we now automagically expand the region as required - so the docs need an update. A separate, but important issue, is that we are clearly no adequately checking for memory availability. This would be worth raising as a separate issue.
A pull request on the docs would be appreciated
Actually, there's a docs re-jig in the works - perhaps wait 1 week :) It'll soon be easier to contribute to the docs.
I was playing with the following example from the docs:
According to the docs it should have given me a warning about exceeding the 8Kb of the default zone size, but it compiled silently. I've tried to increase
region_length
gradually and it was compiling without a warning until it just segfaulted atregion_length
somewhere between 1G and 2G.