discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

system recommendation for tough performance

CG
christian graf
Fri, Mar 2, 2018 8:25 AM

Dear all,

thanks for this nice piece of sw. My old PC died, so I am in need to build
a new one.

Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside
of this I would be happy if I can get some recommendation please:

  • CPU: amd ryzen 7 1800x or intels i7 8700k ?
  • GPU: amd vega 56 or nvidia 1070TI?
  • Memory: 16GB, DDR4-3200 or DDR-3600?

If someone can share some experience or recommendation that would be much
appreciated

thanks

christian

Dear all, thanks for this nice piece of sw. My old PC died, so I am in need to build a new one. Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside of this I would be happy if I can get some recommendation please: - CPU: amd ryzen 7 1800x or intels i7 8700k ? - GPU: amd vega 56 or nvidia 1070TI? - Memory: 16GB, DDR4-3200 or DDR-3600? If someone can share some experience or recommendation that would be much appreciated thanks christian
DM
doug moen
Fri, Mar 2, 2018 2:00 PM

In the current release, fast memory is critical for large renders. Boolean
operations on sufficiently large meshes are memory bound, not CPU bound.
Get the fastest memory, that's the most important.

In a future release, multiple cores will help, but not today.

Fast CPUs help for rendering smaller meshes, or for script evaluation, in
rare cases where you do heavy computing using algorithms written in
openscad.

I don't think the GPU is critical. Any modern GPU is fine. The GPU is only
used for preview.

On Friday, 2 March 2018, christian graf chr.graf@gmx.de wrote:

Dear all,

thanks for this nice piece of sw. My old PC died, so I am in need to build
a new one.

Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside
of this I would be happy if I can get some recommendation please:

  • CPU: amd ryzen 7 1800x or intels i7 8700k ?
  • GPU: amd vega 56 or nvidia 1070TI?
  • Memory: 16GB, DDR4-3200 or DDR-3600?

If someone can share some experience or recommendation that would be much
appreciated

thanks

christian

In the current release, fast memory is critical for large renders. Boolean operations on sufficiently large meshes are memory bound, not CPU bound. Get the fastest memory, that's the most important. In a future release, multiple cores will help, but not today. Fast CPUs help for rendering smaller meshes, or for script evaluation, in rare cases where you do heavy computing using algorithms written in openscad. I don't think the GPU is critical. Any modern GPU is fine. The GPU is only used for preview. On Friday, 2 March 2018, christian graf <chr.graf@gmx.de> wrote: > Dear all, > > thanks for this nice piece of sw. My old PC died, so I am in need to build > a new one. > > Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside > of this I would be happy if I can get some recommendation please: > > - CPU: amd ryzen 7 1800x or intels i7 8700k ? > - GPU: amd vega 56 or nvidia 1070TI? > - Memory: 16GB, DDR4-3200 or DDR-3600? > > > If someone can share some experience or recommendation that would be much > appreciated > > > thanks > > christian > > >
CC
Chris Camacho
Fri, Mar 2, 2018 2:02 PM

On 02/03/18 14:00, doug moen wrote:

I don't think the GPU is critical. Any modern GPU is fine. The GPU is only
used for preview.

works just great on my laptops integrated graphics (intel HD5500)

On 02/03/18 14:00, doug moen wrote: > I don't think the GPU is critical. Any modern GPU is fine. The GPU is only > used for preview. works just great on my laptops integrated graphics (intel HD5500)
AB
Antonio Bueno
Fri, Mar 2, 2018 3:20 PM

I second the recommendation for fastest memory*.

I'm currently running OpenSCAD in a remote computer because its RAM is four
times faster than my (newer) computer at home, and the experience is sooo
much better.

(*) Meaning what CPU-Z calls "NB Frequency"

2018-03-02 9:25 GMT+01:00 christian graf chr.graf@gmx.de:

Dear all,

thanks for this nice piece of sw. My old PC died, so I am in need to build
a new one.

Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside
of this I would be happy if I can get some recommendation please:

  • CPU: amd ryzen 7 1800x or intels i7 8700k ?
  • GPU: amd vega 56 or nvidia 1070TI?
  • Memory: 16GB, DDR4-3200 or DDR-3600?

If someone can share some experience or recommendation that would be much
appreciated

thanks

christian


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

--
Saludos,
Antonio

I second the recommendation for fastest memory*. I'm currently running OpenSCAD in a remote computer because its RAM is four times faster than my (newer) computer at home, and the experience is sooo much better. (*) Meaning what CPU-Z calls "NB Frequency" 2018-03-02 9:25 GMT+01:00 christian graf <chr.graf@gmx.de>: > Dear all, > > thanks for this nice piece of sw. My old PC died, so I am in need to build > a new one. > > Some of my objects render minutes (still tuning $fn, $fa, $fs), but beside > of this I would be happy if I can get some recommendation please: > > - CPU: amd ryzen 7 1800x or intels i7 8700k ? > - GPU: amd vega 56 or nvidia 1070TI? > - Memory: 16GB, DDR4-3200 or DDR-3600? > > > If someone can share some experience or recommendation that would be much > appreciated > > > thanks > > christian > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > -- Saludos, Antonio
T
Troberg
Mon, Mar 5, 2018 7:26 AM

Raw single core performance, large CPU cache, fast memory.

I'd also go with a large screen (4k), not for performance, but for the
screen space. More room for code, while still having a large preview.

Things you can skip on (but which you'll probably want for other
reasons...):

  • Large/fast disk.

  • Lots of memory. 16 GB is plenty enough.

  • Good graphics card. If you go for 4K, make sure your card supports 4K at
    60 Hz, though, or it'll be downright painful.

--
Sent from: http://forum.openscad.org/

Raw single core performance, large CPU cache, fast memory. I'd also go with a large screen (4k), not for performance, but for the screen space. More room for code, while still having a large preview. Things you can skip on (but which you'll probably want for other reasons...): * Large/fast disk. * Lots of memory. 16 GB is plenty enough. * Good graphics card. If you go for 4K, make sure your card supports 4K at 60 Hz, though, or it'll be downright painful. -- Sent from: http://forum.openscad.org/
CG
Christian Graf
Mon, Mar 5, 2018 10:59 AM

many thanks! This is very much appreciated

christian

Gesendet: Montag, 05. März 2018 um 08:26 Uhr
Von: Troberg <troberg.anders@gmail.com>
An: discuss@lists.openscad.org
Betreff: Re: [OpenSCAD] system recommendation for tough performance

Raw single core performance, large CPU cache, fast memory.

I'd also go with a large screen (4k), not for performance, but for the
screen space. More room for code, while still having a large preview.

Things you can skip on (but which you'll probably want for other
reasons...):

  • Large/fast disk.

  • Lots of memory. 16 GB is plenty enough.

  • Good graphics card. If you go for 4K, make sure your card supports 4K at
    60 Hz, though, or it'll be downright painful.

--
Sent from: http://forum.openscad.org/


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