当前位置:网站首页>Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec
Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec
2022-07-28 05:29:00 【ithicker】
运行指令neo4j console显示报错如下
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Starting Neo4j Server console-mode...
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xms512m -Xmx1024 #as large as you canm
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
找了网上很多帖子说是java内存大小的问题,但是我看他的报错有一部分眼熟像是当时配置N4o4j时候的参数,所以我就怀疑是我Neo4j参数配置的问题,打开文件neo4j-wrapper.conf,(sudo) vim neo4j-wrapper.conf
后来不断尝试将wrapper.java.maxmemory=10240后面的注释```#as large you kan``删除即可正常运行,结果如下:
[email protected]-12-7-ubuntu:/home/thicker/GNN/FIRST/neo4j/bin# neo4j console
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Starting Neo4j Server console-mode...
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xms512m -Xmx10240m
2022-07-23 08:15:48.452+0000 INFO [API] Setting startup timeout to: 120000ms based on -1
2022-07-23 08:15:48.508+0000 INFO [Configuration] WARNING! Physical memory(8003MB) is less than assigned JVM memory(10451MB). Continuing but with available JVM memory set to available physical memory
2022-07-23 08:15:49.724+0000 INFO [API] Successfully started database
2022-07-23 08:15:49.777+0000 INFO [API] Starting HTTP on port :7474 with 40 threads available
2022-07-23 08:15:49.904+0000 INFO [API] Enabling HTTPS on port :7473
2022-07-23 08:15:49.905+0000 INFO [API] No SSL certificate found, generating a self-signed certificate..
2022-07-23 08:15:50.133+0000 INFO [API] Mounted discovery module at [/]
2022-07-23 08:15:50.159+0000 INFO [API] Loaded server plugin "GremlinPlugin"
2022-07-23 08:15:50.160+0000 INFO [API] GraphDatabaseService.execute_script: execute a Gremlin script with 'g' set to the Neo4j2Graph and 'results' containing the results. Only results of one object type is supported.
2022-07-23 08:15:50.160+0000 INFO [API] Mounted REST API at [/db/data/]
2022-07-23 08:15:50.162+0000 INFO [API] Mounted management API at [/db/manage/]
2022-07-23 08:15:50.162+0000 INFO [API] Mounted webadmin at [/webadmin]
2022-07-23 08:15:50.162+0000 INFO [API] Mounted Neo4j Browser at [/browser]
2022-07-23 08:15:50.204+0000 INFO [API] Mounting static content at [/webadmin] from [webadmin-html]
2022-07-23 08:15:50.243+0000 INFO [API] Mounting static content at [/browser] from [browser]
16:15:50.245 [main] WARN o.e.j.server.handler.ContextHandler - o.e.j.s.[email protected]{
/,null,null} contextPath ends with /
16:15:50.245 [main] WARN o.e.j.server.handler.ContextHandler - Empty contextPath
16:15:50.247 [main] INFO org.eclipse.jetty.server.Server - jetty-9.0.5.v20130815
16:15:50.267 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.[email protected]{
/,null,AVAILABLE}
16:15:50.340 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /webadmin, did not find org.apache.jasper.servlet.JspServlet
16:15:50.349 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.[email protected]660e8081{
/webadmin,jar:file:/home/thicker/GNN/FIRST/neo4j/system/lib/neo4j-server-2.1.5-static-web.jar!/webadmin-html,AVAILABLE}
16:15:50.703 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.[email protected]{
/db/manage,null,AVAILABLE}
16:15:50.903 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.[email protected]{
/db/data,null,AVAILABLE}
16:15:50.917 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /browser, did not find org.apache.jasper.servlet.JspServlet
16:15:50.918 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.[email protected]{
/browser,jar:file:/home/thicker/GNN/FIRST/neo4j/system/lib/neo4j-browser-2.1.5.jar!/browser,AVAILABLE}
16:15:51.097 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.[email protected]{
/,null,AVAILABLE}
16:15:51.105 [main] INFO o.e.jetty.server.ServerConnector - Started [email protected]{
HTTP/1.1}{
0.0.0.0:7474}
16:15:51.497 [main] INFO o.e.jetty.server.ServerConnector - Started [email protected]{
SSL-HTTP/1.1}{
0.0.0.0:7473}
2022-07-23 08:15:51.497+0000 INFO [API] Server started on: http://0.0.0.0:7474/
2022-07-23 08:15:51.498+0000 INFO [API] Remote interface ready and available at [http://0.0.0.0:7474/]
接着运行指令```neo4j start``显示报错如下
[email protected]-12-7-ubuntu:~# neo4j start
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xms512m -Xmx10240m
Starting Neo4j Server...process [17130]... waiting for server to be ready.... Failed to start within 120 seconds.
Neo4j Server failed to start, please check the logs for details.
If startup is blocked on a long recovery, use '/home/thicker/GNN/FIRST/neo4j/bin/neo4j start-no-wait' to give the startup more time.
根据提示接着运行指令```neo4j start-no-wait``即可
边栏推荐
- Teach you three steps to complete the construction of the test monitoring system hand in hand
- Vmware workstation configuration net mode
- MOOC Weng Kai C language week 8: pointer and string: 1. Pointer 2. Character type 3. String 4. String calculation
- 静态和浮动路由
- Group management and permission management
- Array to linked list
- Hdu-5805-nanoape loves sequence (thinking questions)
- Custom component -- pure data field & component life cycle
- Software testing (concept)
- Technology sharing | send requests using postman
猜你喜欢

Applet creation component

DHCP服务

Technology sharing | send requests using postman

Result fill in the blank (dfs*c language)

Principle and configuration of NAT and pat

MOOC Weng Kai C language week 6: arrays and functions: 1. Arrays 2. Definition and use of functions 3. Parameters and variables of functions 4. Two dimensional arrays

Wechat applet custom compilation mode

LNMP搭建过程详解

爬虫学习总结

bond模式配置
随机推荐
Pictures are adaptive to the screen
NAT和PAT的原理及配置
[learning notes] tool
[learning notes] coding ability
Firewall - iptables firewall (four tables and five links, firewall configuration method, detailed explanation of matching rules)
DOM -- event chain, event bubble and capture, event proxy
[learning notes] thread creation
Svg understanding and drawing application
Ubuntu MySQL setting remote access permissions
DHCP service
Life cycle (process) of software testing
Tcp/ip five layer model
LNMP搭建过程详解
What is a linear table?
Technology sharing | detailed explanation of actual combat interface test request methods get, post
Esxi community network card driver updated in March 2022
Hdu-5805-nanoape loves sequence (thinking questions)
多进程(多核运算)Multiprocessing
在转化词向量之前先转化为AST再转化为词向量的实现方法
Applets: WSX scripts