GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Memory requirement of graph

Answer: How can I calculate the total memory requirement of a graph?


July 07, 2008 10:04:05 #2
 robmuza   Member Since: July 2008    Total Comments: 2 

RE: Memory requirement of graph
 

When we did some benchmarking we found that it was closer to ~8MB + MAX_CORE (if any) per component and add in the file sizes.

Basically, I agree with the existing answer.

Just remember, don't use "in-memory" components if you think the total memory will exceed your available memory.  This will severely degrade performance.

     

 

Back To Question