<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Dear Anna,</div><div>Running a model on almost three millions of points is somehow problematic. R is not able to manage nicely so large datasets.&nbsp;</div><div><br></div><div>Few comments:</div><div><br></div><div>- do you really need to model 2700000 points? Is the data mostly consisting of 0? If yes, I would strongly suggest to use the pseudo-absence function and repeat the models on sub-fractions of the data. This is a much better practice.&nbsp;</div><div>- If yes, you have to run the models on all the points because it mostly consist of 1 and 0. Split the data in several pieces and then run the models sequentially and these sub-data. Then, make the projections on all points from each usb-data calibrated models. The good things is that you'll have a nice uncertainty analysis at the same time.&nbsp;</div><div>- Are you sure to run the models on 20 environmental data? I can't believe you have 20 uncorrelated variables. I would suggest to run a correlation analysis and remove correlated variables which do not bring anything excepted noise and memory allocations.&nbsp;</div><div><br></div><div>Hope it helps,</div><div>Wilfried</div><div><br></div><div><br></div><div><br></div><br><div><div>Le 20 nov. 09 à 15:07, Anna Cord a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear all,<br><br>I am trying to run BIOMOD over a large area in South-East Asia... and of <br>course I am facing a serious problem with the memory allocation (|error <br>message: cannot allocate vector of length...)|<br>||<br>|I already tried the suggestions on the R website as wells as Wilfrieds <br>suggestion:|<br>||<br>"If you use Tinn-R and open R from Tinn-R with the convenient icone,<br>there is a very simple way to correct the problem. Go in "Options", then<br>"Applications". Then in the R icone, type the following<br>--max-mem--size=5000000000000 in the parameters text window."<br><br>The total number of cells is 2525533 and I am working on 1 Species for a <br>set of 20 environmental variables.<br>Thus, the object size of my input data (X,Y, environmental predictors, <br>species presence/absence) is 272759632 bytes - obtained with object.size().<br><br>Do you think by any chance it is possible to run the models on this PC:<br>Intel(R) Core(TM)2 Duo CPU E6850 @3.00GHz, 2.99 GHz, 3.25 GB RAM<br><br>Would be very grateful for any help,<br>Anna<br><br>University of Würzburg<br>Germany<br><br><br><br><br><br>_______________________________________________<br>Biomod-commits mailing list<br><a href="mailto:Biomod-commits@lists.r-forge.r-project.org">Biomod-commits@lists.r-forge.r-project.org</a><br>https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits<br></div></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-------------------------</div><div>Dr. Wilfried Thuiller</div><div>Laboratoire d'Ecologie Alpine, UMR CNRS 5553</div><div>Université Joseph Fourier</div><div>BP53, 38041 Grenoble cedex 9, France</div><div>tel: +33 (0)4 76 63 54 53</div><div>fax: +33 (0)4 76 51 42 79</div><div><br></div><div>Email:&nbsp;<a href="mailto:wilfried.thuiller@ujf-grenoble.fr">wilfried.thuiller@ujf-grenoble.fr</a><br>Home page:&nbsp;<a href="http://www.will.chez-alice.fr/">http://www.will.chez-alice.fr</a><br>Website:&nbsp;<a href="http://www-leca.ujf-grenoble.fr/equipes/tde.htm">http://www-leca.ujf-grenoble.fr/equipes/tde.htm</a><br><br>FP6 European MACIS project:&nbsp;<a href="http://www.macis-project.net/">http://www.macis-project.net</a><br>FP6 European EcoChange project:&nbsp;<a href="http://www.ecochange-project.eu/">http://www.ecochange-project.eu</a></div><div><br></div><div><br></div><div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></body></html>