exakat / exakat-docker

Docker Container for Exakat
20 stars 9 forks source link

MaxPermSize should be 512 #1

Open probil opened 7 years ago

probil commented 7 years ago

Got warning on exakat doctor

Set MaxPermSize to 512 or more in neo4j/conf/neo4j-wrapper.conf, with "wrapper.java.additional=-XX:MaxPermSize=512m" around line 20

Full log:

exakat : 
    version              : 0.9.2
    build                : 491

PHP : 
    binary               : /usr/local/bin/php
    version              : 7.0.13
    curl                 : Yes
    hash                 : Yes
    phar                 : Yes
    sysvsem              : Yes
    sqlite3              : Yes
    tokenizer            : Yes
    mbstring             : Yes

java : 
    installed            : Yes
    type                 : Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
    version              : java
    $JAVA_HOME           : 

neo4j : 
    version              : Neo4j 2.3.7
    MaxPermSize          : Unset (64M)
    MaxPermSize warning  : Set MaxPermSize to 512 or more in neo4j/conf/neo4j-wrapper.conf, with "wrapper.java.additional=-XX:MaxPermSize=512m" around line 20
    port                 : 7777
    authentication       : Not enabled
    gremlinPlugin        : Configured.
    gremlinJar           : neo4j-gremlin-3.2.0-incubating.jar
    scriptFolder         : Yes
    pid                  : 22
    running              : No
    $NEO4J_HOME          : 
    $NEO4J_HOME / config : Different

folders : 
    config-folder        : Yes
    config.ini           : Yes
    projects folder      : Yes
    in                   : No
    out                  : No
    projects/test        : No
    projects/default     : No
    projects/onepage     : No

PHP 5.2 : 
    configured           : No

PHP 5.3 : 
    configured           : No

PHP 5.4 : 
    configured           : No

PHP 5.5 : 
    configured           : No

PHP 5.6 : 
    configured           : No

PHP 7.0 : 
    configured           : Yes (/usr/local/bin/php)
    version              : 7.0.13
    short_open_tags      : Off
    timezone             : 
    tokenizer            : Yes
    memory_limit         : 128M

PHP 7.1 : 
    configured           : No

PHP 7.2 : 
    configured           : No

git : 
    installed            : Yes
    version              : 2.1.4

hg : 
    installed            : No
    optional             : Yes

svn : 
    installed            : No
    optional             : Yes

bzr : 
    installed            : No
    optional             : Yes

composer : 
    installed            : No

wget : 
    installed            : Yes
    version              : GNU Wget 1.16 built on linux-gnu.

zip : 
exakat commented 7 years ago

That should be still the case, as of version 0.10.0.

Docker runs fine without this, and I am not experiencing this recently, so I may probably drop the warning altoghter.

Thanks for signaling this.