robbieyannor13 opened a new issue, #12312:
URL: https://github.com/apache/ignite/issues/12312
this is my docker-composer.yml
```
ignite-3:
image: apacheignite/ignite:3.0.0
container_name: ignite-3
ports:
- "10800:10800"
command: [
"ignite3", "run",
"--jvm-options=-Xms128m",
"--jvm-options=-Xmx384m",
"--jvm-options=-XX:MaxDirectMemorySize=128m",
"--jvm-options=-XX:+UseContainerSupport"
]
deploy:
resources:
limits:
memory: 800m
```
but always show this error logs, and container status is exited
OpenJDK 64-Bit Server VM warning: INFO:
os::commit_memory(0x0000000400000000, 17179869184, 0) failed; error='Not enough
space' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 17179869184 bytes for
committing reserved memory.
# An error report file with more information is saved as:
# //hs_err_pid1.log
and it works if i change to 2.7
but i need to try ignite 3
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]