I have:
- enable-plugin = witness (without the rest )
- changed the shared-file-size
- tried with 14 G, 10G and 8G RAM
- changed the size of the swap (tried various settings)
Still crashes with Bus error.
I appreciate the help.
Didn't work so far.
I also tried the kernel settings @steemitblog suggested ...
Didn't change the error.
After you changed the
enable-pluginsettings in config.ini, you need to run with--replaylike follows:Also you can check if the disk is full:
df -h /dev/shm///Update: after further investigation, we found that @felixxx's issue is caused by a typo when running the
mountcommand, so the size of/dev/shmremained unchanged (too small), so unable to allocate new space. Here is the tip: no space after the comma, and, just copy & paste.