You are viewing a single comment's thread from:

RE: Best Practice Running Steemd v0.16.0

in #witness-category8 years ago

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.

Sort:  

After you changed the enable-plugin settings in config.ini, you need to run with --replay like follows:

./steemd --shared-file-dir /dev/shm/ --replay

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.