silverbulletmd / silverbullet

The hackable notebook
https://silverbullet.md
MIT License
2.03k stars 140 forks source link

Docker image crashing on start #851

Closed jibweb closed 2 months ago

jibweb commented 2 months ago

I tried running silverbullet using the docker install, and got a crash on start:

deno run -A --unstable-kv --unstable-worker-options /silverbullet.js      

#
# Fatal error in , line 0
# Check failed: Start().
#
#
#
#FailureMessage Object: 0x7ffe93949e60Aborted (core dumped)

The image ID is f70caebd6d8b if that helps. I am a little lost as to why, or even how to give more useful informations for debug

zefhemel commented 2 months ago

Can you tell me a bit about your environment? Could lack of memory be an issue? 1GB of RAM would be good to have.

jibweb commented 2 months ago

Ok, I tried on a different computer and it works fine there. The first computer I tried it on has 32Gb but I suspect a potential problem with my docker installation (too old or wrong config, either way, not a silverbullet problem)

Thanks!