22 Sep
                
                    2008
                
            
            
                22 Sep
                
                '08
                
            
            
            
        
    
                6:12 p.m.
            
        Is there a way to find how much memory I need?
We don't have a "predictor". Memory is allocated as needed. If the allocation fails, there isn't an easy way to know how much more memory the process was trying to allocate. So sorry, the only way to easily find out how much you need is to find a machine that is big enough. You can add --show-process-info to get memory usage statistics. Ralf