You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to validate that the image is OK to rule out that the problem is only related to missing memory on my old laptop.
Steps to reproduce:
Build the image: docker build --rm=true -t avocado .
Run the container: docker run --rm=true avocado
Error:
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006fff80000, 2863661056, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 2863661056 bytes for committing reserved memory.
# An error report file with more information is saved as:
# //hs_err_pid40.log
The text was updated successfully, but these errors were encountered:
We need to validate that the image is OK to rule out that the problem is only related to missing memory on my old laptop.
Steps to reproduce:
docker build --rm=true -t avocado .
docker run --rm=true avocado
Error:
The text was updated successfully, but these errors were encountered: