Giter Site home page Giter Site logo

installing on ubuntu about hackpad HOT 5 CLOSED

dropbox avatar dropbox commented on June 8, 2024
installing on ubuntu

from hackpad.

Comments (5)

jimmybrancaccio avatar jimmybrancaccio commented on June 8, 2024

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.

igorkofman avatar igorkofman commented on June 8, 2024

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
#6 (comment).

from hackpad.

darbychang avatar darbychang commented on June 8, 2024

@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.

MonojitBanerjee avatar MonojitBanerjee commented on June 8, 2024

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.

darbychang avatar darbychang commented on June 8, 2024

@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.