From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Fri, 2 Nov 2012 10:56:25 +0000 From: Pavel Klinkovsky Message-ID: <21fae63d-964e-4262-ac1b-51158584d65b@x21g2000vbg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 References: <3816729a-a9d5-4f63-9850-c7247edae37e@c16g2000yqe.googlegroups.com> Subject: Re: [9fans] Kernel panic when compiling Go on native Plan 9 Topicbox-Message-UUID: cfa18b6e-ead7-11e9-9d60-3106f5b1d025 I made another test. I compared compilation of exp/locale/collate of the Go build 14738 and 14739 (and later). Compilation of 14738 does not consume RAM a lot. Compilation of 14739 (and later) consume a huge amount of RAM (involving swap). So it seems the Plan 9 has a problem with the virtual memory management (when using swap), IMO. Pavel