23 Sep
2008
23 Sep
'08
2:12 a.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