Git Product home page Git Product logo

Comments (5)

nikosprodro avatar nikosprodro commented on June 8, 2024

Comment by jimmybrancaccio
Sat Aug 22 17:02:32 2015


I'm actually getting the same thing but on CentOS 6.7. Seems like we've got plenty of RAM available so I am not sure what the issue is.

from hackpad.

nikosprodro avatar nikosprodro commented on June 8, 2024

Comment by igorkofman
Sat Aug 22 17:57:45 2015


You may need to lower the MXRAM value. Looks like you have it set to 1.6G
and it's failing to allocate that.
(the default config has it set to 4G I believe)

On Sat, Aug 22, 2015 at 10:02 AM, Jimmy B. [email protected] wrote:

I'm actually getting the same thing but on CentOS 6.7. Seems like we've
got plenty of RAM available so I am not sure what the issue is.


Reply to this email directly or view it on GitHub
dropbox/hackpad#6 (comment).

from hackpad.

nikosprodro avatar nikosprodro commented on June 8, 2024

Comment by darbychang
Sun Aug 23 00:19:27 2015


@igorkofman you meant ln 20 in local-run.sh, right? i didn't change it (4G) and have tried 1G after seeing your comment, but both show the same error message

from hackpad.

nikosprodro avatar nikosprodro commented on June 8, 2024

Comment by MonoBan
Sun Aug 23 07:27:39 2015


MaxPermSize is causing the below issue and lowering it to 512m solved the problem.

you need to edit line 99 in run-local.sh file (located at ../etherpad/bin)

-XX:MaxPermSize=2048m \

and change it to

-XX:MaxPermSize=512m \

from hackpad.

nikosprodro avatar nikosprodro commented on June 8, 2024

Comment by darbychang
Sun Aug 23 08:51:16 2015


@Monoban it works! thx

from hackpad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.