Re: [R] Memory issue with svm modeling in R

2012-10-23 Thread Jessica Streicher
Well, i'm no expert on these topics, but if its 2.7 gig and R can maximally use 2gig, then the easiest solution would be giving R more memory. Did you read through help(memory.size) as the error suggested? try calling memory.size(T) or memory.limit(3000) and see if it works. I don't have any ex

Re: [R] Memory issue with svm modeling in R

2012-10-22 Thread Jessica Streicher
Hello Vignesh, we did not get any attachments, maybe you could upload them somewhere? On 19.10.2012, at 09:46, Vignesh Prajapati wrote: > As I found the memory problem with local machine/micro instance(amazon) for > building SVM model in R on large dataset(2,01,478 rows with 11 variables), > the

[R] Memory issue with svm modeling in R

2012-10-19 Thread Vignesh Prajapati
As I found the memory problem with local machine/micro instance(amazon) for building SVM model in R on large dataset(2,01,478 rows with 11 variables), then I have migrated our micro instance to large instance at Amazon. Still I have memory issue with large amazon instance while developing R model f