On Sat, Feb 17, 2024 at 10:07 AM Shivam Gupta <shivam98....@gmail.com> wrote:
> I recently installed OpenBSD OS on my ASUS laptop quad core pentium with 4 > GB RAM and 1 TB HDD. > > I was following the guide to build the system from source. But in `make > build` step it gets a memory error when building LLVM. > I have built OpenBSD 7.4/i386 on a VM with 512MB RAM, and 7.4/amd64 on a VM with 1GB RAM, so 4GB ought to be plenty. Both VMs were configured with two CPU cores. Maybe the build process is trying to do too many things at once, and your slow CPUs are exposing race conditions not normally seen? Try booting bsd.sp and see if the build completes using only one CPU. -ken