Re: [Rd] allocation of large matrix failing

2005-07-12 Thread Simon Urbanek
James, On Jul 12, 2005, at 5:05 PM, James Bullard wrote: > Hello, this is probably something silly which I am doing, but I > cannot understand why this allocation is not happening. I suspect it's something else - the code you sent us works without problems for me: > .C("foo",as.integer(3

[Rd] allocation of large matrix failing

2005-07-12 Thread James Bullard
Hello, this is probably something silly which I am doing, but I cannot understand why this allocation is not happening. Here is a my C code which tries to allocate a list of size 333559, and then a matrix of size 8*333559 I thought I might be running into memory problems, but R is not even using