
25 Apr
2007
25 Apr
'07
9:11 a.m.
On 25-04-2007 08:31:13 +0200, Niels Nes wrote:
On Tue, Apr 24, 2007 at 09:27:13PM -0400, Venks wrote:
I am trying to load 13.4 million rows of data and I am getting "Segmentation Fault" on a Linux box running on 32 bit CPU with 4GB RAM.
Yes there are relations between the 'addressable' memory and the amount of data MonetDB can handle. With a 32 bit system your adress space is at best 4G. So if your records are larger than about 320 bytes 13.4 Million rows cannot fit.
Still I think "Segmentation Fault" is the wrong message to convey here.