[
https://issues.apache.org/jira/browse/TINKERPOP-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18060432#comment-18060432
]
Stephen Mallette commented on TINKERPOP-3234:
---------------------------------------------
I don't know a lot about docker, but I see you use {{JDK_JAVA_OPTIONS}} which a
quick search tells me is significant to docker environments in that it passes
that automatically to JDK tools. Is it possible our internal stuff that starts
up Gremlin Server overrides those settings:
https://github.com/apache/tinkerpop/blob/3.8.0/gremlin-server/src/main/bin/gremlin-server.sh#L92
> Gremlin-Server In Docker Restore Java Heap Error
> ------------------------------------------------
>
> Key: TINKERPOP-3234
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3234
> Project: TinkerPop
> Issue Type: Bug
> Components: server
> Affects Versions: 3.7.3
> Reporter: Alfredo
> Priority: Major
> Attachments: tinker_docker_compose.png
>
>
> *Docker Based Server:*
> When trying to restore from a .kryo a 478mb backup with 1.7m V. The server
> fails to do a full restore and only creates 1.1m V. I bumped up the ram 28GB
> and it only gets to about 5GB of usage and then dies. I Confirmed docker
> configs the full 28GB is available to the container, i event messed with JAVA
> options via docker-compose but still no luck.
> What am i missing?
> This fails even restoring the data manually after the server is up or
> automatically at startup.
> *Windows Server:*
> OK: When restoring into the server running on windows no issue.
> I attached the docker compose
--
This message was sent by Atlassian Jira
(v8.20.10#820010)