Re: [Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread Deep Majumder
As far as I could tell, it was hitting the memory bar while compiling the freestyle module. On Fri, 28 Feb 2020 at 2:18 PM, Deep Majumder wrote: > Hello everyone, > > I am trying to build Blender (from its source on Git) so as to apply for > Google Suumer of Code 2020. However, when the build pr

[Bf-committers] Software upgrades to git/svn servers

2020-02-28 Thread Dan McGrath
Hi, Just a heads up today that there will be some (hopefully) brief outages today to git.blender.org and svn.blender.org while I upgrade them to the latest quarterly FreeBSD ports branches. Cheers, Danny McGrath ___ Bf-committers mailing list Bf-commi

Re: [Bf-committers] Blender developer meeting notes - 2020.2.24

2020-02-28 Thread Dalai Felinto
Hi , > Campbell Barton suggests (...) an eventual 2.82a release. (...) Developers > to keep an eye on the tracker (...). See ongoing discussion on 2.82a here: https://developer.blender.org/T74274 Cheers, -Dalai- Dalai Felinto

Re: [Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread Lukas Stockner
Note that if you're running out of memory due to parallel CUDA builds (which can VERY easily happen), you can enable WITH_CYCLES_CUDA_BUILD_SERIAL to force the kernels to be built one at a time. On 2/28/20 1:16 PM, bju...@ymail.com wrote: Cuda Issue? I just got through an issue compiling ble

Re: [Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread bjustj
Cuda Issue? I just got through an issue compiling blender. It was freezing my machine compiling the cuda kernel code on a 12gb laptop. I tried running make from the kernel subdirectory and it made it through using 1 thread. JJ On February 28, 2020 2:16:02 AM MST, Bastien Montagne wrote: >T

Re: [Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread Bastien Montagne
There's also another solution, using ninja builder instead of make one (ninja should be easy to install from your distro's packages). Once installed, you need to generate a CMake build, specifying ninja as builder (instead of the default, make option), and enabling  WITH_NINJA_POOL_JOBS: cd

Re: [Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread Brecht Van Lommel
There's a few possible solutions: * Enable WITH_CYCLES_NATIVE_ONLY and disable WITH_LIBMV_SCHUR_SPECIALIZATIONS * If it's running out of memory building a particular module, you can disable that module in CMake (e.g. WITH_MOD_FLUID, ...). It would be interesting to know which one. * As a last reso

[Bf-committers] 8GB of RAM insufficient for bulding Blender

2020-02-28 Thread Deep Majumder
Hello everyone, I am trying to build Blender (from its source on Git) so as to apply for Google Suumer of Code 2020. However, when the build process (make) reaches to 57%, the whole of my 8 GB RAM is consumed and my system starts thrashing (eventually the build process gets killed). I am using Pop