Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在 ParaView 中加载大小约为 100mb 的 VTK 文件时,程序崩溃了。但是,如果我通过选择更少的数据点(现在平均大小约为 30mb)来减小文件的大小,它会毫无问题地加载。
我不确定这是否与 Windows 7 操作系统的内存管理有关。我使用的系统是戴尔 T7500,Xenon 2.65 GHz 双核,24 GB RAM。
听起来像是 paraview 64 位 ID 可能存在的问题。如果您从源代码编译,请确保启用VTK_USE_64BIT_IDS。如果是预编译的二进制文件,它必须是 64 位的。