← Back to team overview

dolfin team mailing list archive

Re: Compilation memory usage

 

CGAL has a history of eating up a lot of memory, cf.
<https://answers.launchpad.net/dolfin/+question/219025>. With -j3, if
the two files

CSGCGALMeshGenerator3D.cpp
PolyhedralMeshGenerator.cpp

are compiled at the same time, you might accumulate up substantial
memory requirement indeed.

--Nico

On Wed, Mar 13, 2013 at 10:13 AM, Martin Sandve Alnæs
<martinal@xxxxxxxxx> wrote:
> Hi,
> has the memory usage of CGAL related code gone up significantly? It is so
> bad that my 8GB memory laptop started swapping with make -j3, which I'm
> pretty sure I've done few days ago.
>
> Martin
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp
>


References