To give some context to my problem, I am using a custom Python plugin that, in short, reads from a file, then transforms the data to numpy, and subsequently converts it to vtk format (vtkPoints) for visualization.
My plugin works, but only for relatively small sizes (I have tested it and it works for up to ~161 million particles, although I must say that it is quite slow).
I was trying to visualize a PointCloud of ~322 million particles, but shortly after loading, I get the error shown in the image (Server Disconnected!), with no further information.
There are a lot of particles, and that is probably the reason considering that it works with smaller amounts, but I don’t know exactly what it is and how to fix it. I have included the Memory inspector for additional information.
I hope I was understood. For additional information that might be useful, I am using Paraview 5.11.0 in a linux client-server environment. I have no rights to install and configure ParaView on the server. If you need more information, please don’t hesitate to ask, such as the code, etc.
If the treatment on the server is too big, the server will be killed and the client will be notified by this pop up. To be sure this is the issue, do you have some log from the disconnected server itself?
Is it possible to share your paraview config (Help > About > “Copy to clipboard”) ?