Hmm, you're right. When I run --max-vsize=500M it also tells me vsize is NA. But when I run --max-vsize=700M I get vsize is 1577058312. From that point on, until I close R, I am able to set vsize using mem.limits(). I don't know why it works for 700M but not 500M and I tried checking what other numbers it works for yet. It seems very strange to me.
- Tommy > From: leinfelder at nceas.ucsb.edu > To: tommystropp at hotmail.com > Subject: Re: [kepler-users] R actor --max-vsize > Date: Tue, 25 Aug 2009 13:52:06 -0700 > > Tommy - > I just tried starting R from the terminal with --max-vsize=100 and it > still tells me that vsize is NA > I'm not sure what else to try. > -ben > > On Aug 25, 2009, at 12:33 PM, Tommy Stropp wrote: > > > That's what I thought too, but when I run that I get: > > > > mem.limits(vsize=500) > > nsize vsize > > NA NA > > > > Why does it still say "NA" under vsize? > > > > - Tommy > > > > > > > > > > > CC: kepler-users at kepler-project.org > > > From: leinfelder at nceas.ucsb.edu > > > To: tommystropp at hotmail.com > > > Subject: Re: [kepler-users] R actor --max-vsize > > > Date: Tue, 25 Aug 2009 12:19:46 -0700 > > > > > > Tommy, > > > You should be able to set the memory limits for each RExpression at > > > the top of the script using a call to: > > > mem.limits(vsize=<?>) > > > Let us know if that works for you. Thanks, > > > -ben > > > > > > On Aug 25, 2009, at 10:05 AM, Tommy Stropp wrote: > > > > > > > I was wondering how I can set the "--max-vsize" for R from within > > > > Kepler, or if there is a way to set it from within an R actor. > > > > > > > > - Tommy > > > > > > > > > > > > > > > > More storage. Better anti-spam and antivirus protection. Hotmail > > > > makes it simple. _______________________________________________ > > > > Kepler-users mailing list > > > > Kepler-users at kepler-project.org > > > > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users > > > > > > > More storage. Better anti-spam and antivirus protection. Hotmail > > makes it simple. > _________________________________________________________________ More storage. Better anti-spam and antivirus protection. Hotmail makes it simple. http://go.microsoft.com/?linkid=9671357 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20090826/52501907/attachment.html>

