Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] compiler is out of heap space

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] compiler is out of heap space


Chronological Thread 
  • From: Stephane Tayeb <>
  • To:
  • Subject: Re: [cgal-discuss] compiler is out of heap space
  • Date: Thu, 24 Sep 2009 16:23:34 +0200

Sascha Räsch wrote:
Hi,

I'm using CGAL-3.5-beta1. My compiler (MSVC++ 2005) runs out of heap space if I compile the example

examples/Mesh_3/mesh_polyhedral_domain.cpp <http://www.cgal.org/Manual/beta/examples/Mesh_3/mesh_polyhedral_domain.cpp>

If I try instead to compile the code in the release mode, it succeeds

Thanks for any help in advance


Hi Sascha,

Did you try to increase the heap size in the settings of your project ?
You may use /Zm option in additionnal command line parameters.

Regards,
--
Stephane Tayeb
Software engineer - INRIA Sophia Antipolis
Geometrica Project-Team



Archive powered by MHonArc 2.6.16.

Top of Page