Hi Team, I have one production instance in aws, in CentoOs linux environment, i have 5 user to access the instance for using RStudio, In case R-studio working 4 users running good, while we access 5th users its getting error, First issue : C stack usage 7970372 is too close to the limit Second Issue : no stack overflow Please provide the solution. [[alternative HTML version deleted]]
On Fri, 7 Aug 2020 22:25:32 +0530 Raj kapoor <mail2rajkapoor at gmail.com> wrote:> I have one production instance in aws, in CentoOs linux environment, > i have 5 user to access the instance for using RStudio, In case > R-studio working 4 users running good, while we access 5th users its > getting error,Sorry, R-Studio support is over there: https://support.rstudio.com/ If you think that the issue is with R and not R-Studio, please show us how this problem can be reproduced (i.e. include the data and the code we could run ourselves to trigger the issue). Check out the posting guide [*] and, in particular, this HOWTO [**] on seeking technical help. -- Best regards, Ivan> [[alternative HTML version deleted]]P.S. Please post in plain text, not HTML. [*] https://www.r-project.org/posting-guide.html The link is appended to every e-mail sent via this list. [**] http://www.catb.org/~esr/faqs/smart-questions.html
Hello Raj, I've gotten this type of error in the past when I've done things like use while loops that didn't end. Basically, I think this means you're running out of memory. If you want more users, possibly increase the amount of ram in your machine. John On Mon, Aug 10, 2020 at 6:43 AM Raj kapoor <mail2rajkapoor at gmail.com> wrote:> Hi Team, > > I have one production instance in aws, in CentoOs linux environment, i have > 5 user to access the instance for using RStudio, In case R-studio working 4 > users running good, while we access 5th users its getting error, > > First issue : C stack usage 7970372 is too close to the limit > > Second Issue : no stack overflow > > Please provide the solution. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- John :wq [[alternative HTML version deleted]]
Hi John, I have 10 user in the instance, 9 user is working and access the R studio app, but while access the 10th user it's getting stack usage limit issues, then we create the new users its working fine. On Mon, 10 Aug 2020, 10:21 pm John Harrold, <john.m.harrold at gmail.com> wrote:> Hello Raj, > > I've gotten this type of error in the past when I've done things like use > while loops that didn't end. Basically, I think this means you're running > out of memory. If you want more users, possibly increase the amount of ram > in your machine. > > John > > On Mon, Aug 10, 2020 at 6:43 AM Raj kapoor <mail2rajkapoor at gmail.com> > wrote: > >> Hi Team, >> >> I have one production instance in aws, in CentoOs linux environment, i >> have >> 5 user to access the instance for using RStudio, In case R-studio working >> 4 >> users running good, while we access 5th users its getting error, >> >> First issue : C stack usage 7970372 is too close to the limit >> >> Second Issue : no stack overflow >> >> Please provide the solution. >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > > -- > John > :wq >[[alternative HTML version deleted]]