mongo-express / mongo-express-docker

a dockerized mongo-express for viewing mongoDB in the browser
MIT License
198 stars 93 forks source link

Fatal process OOM in insufficient memory to create an Isolate #86

Open davidzhang92 opened 1 year ago

davidzhang92 commented 1 year ago

encounter error below when trying to run latest mongo express image on Oracle A1 Compute

#
# Fatal process OOM in insufficient memory to create an Isolate
#

<--- Last few GCs --->

<--- JS stacktrace --->

below are the uname of the VM.

Linux oci-vm1 5.4.17-2136.310.7.1.el8uek.aarch64 #2 SMP Wed Aug 17 15:17:46 PDT 2022 aarch64 aarch64 aarch64 GNU/Linux.

this error and environment is similiar to this previously reported issue.

https://github.com/mongo-express/mongo-express/issues/866

efrenfuentes commented 1 year ago

Same error here, any solution?