[vtkusers] RE: vtkPolyDataReader and OutOfMemory errors

Nigel Nunn nNunn at ausport.gov.au
Thu Feb 21 14:52:31 EST 2002


Gili wrote: 
 
> I am attempting to load a 400MB (ASCII) 
> or 200MB (Binary) DataSet ... 
> I have 256MB physical memory. 
 
Access from virtual memory is measured in [millisecs]; 
Access from physical memory is measured in [nanosecs]. 
 
If you can wait a million times longer than necessary, 
virtual memory, well, virtually does the job.  But why 
not help the industry and load the full gig?  Or 2 :-) 
Your dataset would fit so sweetly into a GB of DDR! 
 
Nigel 



More information about the vtkusers mailing list