[vtkusers] Don't import a lot of data !!??
    Hank Childs 
    childs3 at llnl.gov
       
    Thu Jul 20 14:50:46 EDT 2006
    
    
  
On Thursday 20 July 2006 11:47, Sean McBride wrote:
> On 2006-07-20 15:41, Glauco Silva said:
> >But I have 2GB  of memory..
>
> That doesn't really matter.  Your OS may still be unable to allocate
> 500MB in you're process' address space, perhaps due to memory
> fragmentation.
Also keep in mind that VTK filters have new, derived data sets as outputs and 
there may be many instances of these data set in the pipeline.  VTK is quite 
good about sharing memory when possible, but it's not always possible.  So 
you might get away with a one filter pipeline, but several filters may make 
too many intermediate copies...
-Hank
-- 
____________________________________________________________________________
Hank Childs
VisIt
Lawrence Livermore National Laboratory
phone: (925) 422-4035
email: childs3 at llnl.gov
    
    
More information about the vtkusers
mailing list