On 2025-07-11 06:42:51, Bagas Sanjaya wrote:
> On Thu, Jul 10, 2025 at 10:45:02AM -0700, Antonio Rojas wrote:
> > Any reason you're using the legacy install method? You should use meson to 
> > install sagemath in conda, 
> > see https://doc.sagemath.org/html/en/installation/meson.html
> 
> Nope, though. I'm experimenting with meson and instead the build stopped
> due to out-of-memory issues (my laptop has 4GB memory and Core i3 Haswell
> CPU).

By default meson will try to use all of your CPU cores at once. See if
passing "-j1" or "-j2" to "meson compile" helps. I build sage on a
laptop with 4GB RAM, so it can be done.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/aHDy1hVBSdgmATjn%40mertle.

Reply via email to