Well, I suppose the first point is that a core dump will include the data in memory, rather than the data on the disk, so potentially if your program enters some infinite loop doing some calculation when it shouldn't, there is no particular limit to how much data from disk the core dump could include (perhaps in that case it would be limited to how much RAM you have rather than how much data you have on disk).
|