Hi, I want to know how to increase the limit size of R object. For example, i want to store a matrix (10000 rows and 8000 columns)into an object x. However, it gives me an error message 'can't allocate a vector of size 396.7 Mb'. But there is no problem to store a matrix of 5000*3000 matrix into x. Thanks. xue