discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Test compile big openSCAD model

J
jpmendes
Sun, Dec 20, 2015 12:51 AM

Hi,

I have 4GB and could only process the first 20000 lines.
I changed the caches sizes and render elements in OpenSCAD preferences
advanced menu by 4x.
Those modifications didn't produce any changes in the result. It aborts
always at line 20017.
Task manager process appear to consume only about 1/10th of the memory
available.

http://forum.openscad.org/file/n15230/Capture1.jpg

jpmendes

--
View this message in context: http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi, I have 4GB and could only process the first 20000 lines. I changed the caches sizes and render elements in OpenSCAD preferences advanced menu by 4x. Those modifications didn't produce any changes in the result. It aborts always at line 20017. Task manager process appear to consume only about 1/10th of the memory available. <http://forum.openscad.org/file/n15230/Capture1.jpg> jpmendes -- View this message in context: http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html Sent from the OpenSCAD mailing list archive at Nabble.com.
DV
david vanhorn
Sun, Dec 20, 2015 1:22 AM

I can try when i get home.  64g available
On Dec 19, 2015 5:52 PM, "jpmendes" jpmendes54@gmail.com wrote:

Hi,

I have 4GB and could only process the first 20000 lines.
I changed the caches sizes and render elements in OpenSCAD preferences
advanced menu by 4x.
Those modifications didn't produce any changes in the result. It aborts
always at line 20017.
Task manager process appear to consume only about 1/10th of the memory
available.

http://forum.openscad.org/file/n15230/Capture1.jpg

jpmendes

--
View this message in context:
http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I can try when i get home. 64g available On Dec 19, 2015 5:52 PM, "jpmendes" <jpmendes54@gmail.com> wrote: > > Hi, > > I have 4GB and could only process the first 20000 lines. > I changed the caches sizes and render elements in OpenSCAD preferences > advanced menu by 4x. > Those modifications didn't produce any changes in the result. It aborts > always at line 20017. > Task manager process appear to consume only about 1/10th of the memory > available. > > <http://forum.openscad.org/file/n15230/Capture1.jpg> > > jpmendes > > > > -- > View this message in context: > http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
DM
doug moen
Sun, Dec 20, 2015 1:49 AM

This is hard to diagnose without source.

It might be a syntax error that is silently gobbling up the rest of the
file? Or a bug in Openscad, in which case I have no clue.

On Saturday, 19 December 2015, jpmendes jpmendes54@gmail.com wrote:

Hi,

I have 4GB and could only process the first 20000 lines.
I changed the caches sizes and render elements in OpenSCAD preferences
advanced menu by 4x.
Those modifications didn't produce any changes in the result. It aborts
always at line 20017.
Task manager process appear to consume only about 1/10th of the memory
available.

http://forum.openscad.org/file/n15230/Capture1.jpg

jpmendes

--
View this message in context:
http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org javascript:;
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

This is hard to diagnose without source. It might be a syntax error that is silently gobbling up the rest of the file? Or a bug in Openscad, in which case I have no clue. On Saturday, 19 December 2015, jpmendes <jpmendes54@gmail.com> wrote: > > Hi, > > I have 4GB and could only process the first 20000 lines. > I changed the caches sizes and render elements in OpenSCAD preferences > advanced menu by 4x. > Those modifications didn't produce any changes in the result. It aborts > always at line 20017. > Task manager process appear to consume only about 1/10th of the memory > available. > > <http://forum.openscad.org/file/n15230/Capture1.jpg> > > jpmendes > > > > -- > View this message in context: > http://forum.openscad.org/Test-compile-big-openSCAD-model-tp15226p15230.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org <javascript:;> > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > >
TP
Torsten Paul
Sun, Dec 20, 2015 1:57 AM

On 12/20/2015 02:49 AM, doug moen wrote:

This is hard to diagnose without source.

The source link is in the first post which did not make
it to the mailing list.

@JBoehm: If you already have the triangulated surface, it
would be much much more efficient to just put that into a
single polyhedron.
Trying to union 37000 polyhedrons might be a test what is
faster: CGAL union or the sun burning up all it's mass.

ciao,
Torsten.

On 12/20/2015 02:49 AM, doug moen wrote: > This is hard to diagnose without source. > The source link is in the first post which did not make it to the mailing list. @JBoehm: If you already have the triangulated surface, it would be much much more efficient to just put that into a single polyhedron. Trying to union 37000 polyhedrons might be a test what is faster: CGAL union or the sun burning up all it's mass. ciao, Torsten.