Hi there
I am able to load a state file, I can scroll in table data (1.8M points & 900K lines) - but the gui crashes as soon as I try and explore the rendering 3D zone.
I m running on Windows 10 32Gb Ram NVIDIA GTX 670 - driver ver. 457.30
I have tried ParaView-5.8.1-Windows-Python3.7-msvc2015-64bit and ParaView-5.6.2-Windows-msvc2015-64bit.exe. I am using the GUI only (I have never been able to use the 3 tiers config, even if all running on same machine, the pvserver always dies without warning)
(the same pipeline works well when using a smaller input file [CSV with 5000points / 2500 lines], and I m able to use the 3D rendering window normally)
If I put glyphs only (all) - I can use the 3D window, but not when viewing the lines (see pattern below in screenshots)
detail of the pattern that is computed via programmable source (reading csv+building points + lines) + calculator (orientation array for glyphs) + Glyph (2D at each point so it overlays with the lines)
My guess is the obvious - you are running out of memory. Try opening the task manager, what is ParaView’s size? Also, turn on the Tools/ Memory Inspector. Is ParaView running out of memory?
Hi ! Well paraview.exe is using 1.4GB of RAM (stable & before crashing) but I have 32GB in total, with (16GB still available on system as shown RamMap). Is it expected that Paraview cannot go further ? Thanks a lot for your help. Charlie
Hi Walter, any luck from your side? I will try and do other tests using different data structure but in same range of numbers to see… Thanks for your help !