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-plugin
settings in config.ini, you need to run with--replay
like 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
mount
command, so the size of/dev/shm
remained unchanged (too small), so unable to allocate new space. Here is the tip: no space after the comma, and, just copy & paste.