<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 7, 2021, 6:37 AM Maha Alvi <<a href="mailto:maha.alvi@protonmail.com">maha.alvi@protonmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,<br></div><div><br></div><div>I downloaded Self to learn. I'm getting the message below when I type:<br></div><div>./Self<br></div><div><br></div><div>Output:</div><div>Self VM fatal error (/opt/self/vm/src/any/memory/generation.cpp, line 307): Couldn't allocate initial old space -- not enough swap space?</div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I've seen this on Linux before. It was caused by some distro-specific kernel security option that made the memory allocated for the old space fail the page alignment check. I don't remember what I had to disable to get it to work.</div><div dir="auto"><br></div><div dir="auto">Other things that might happen is a kernel security option disallowing simultaneous write and execute permissions on the old space page or the address of the allocated space having the high bit set.</div><div dir="auto"><br></div><div dir="auto">Rockwalrus</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>