You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noticing this similar behavior on a 32-bit raspberry pi running Debian.
[22:25:14] cws:~ $ skate link CODEHERE
Linked!
[22:25:26] cws:~ $ skate list
foo bar
[22:25:33] cws:~ $ skate set foo2 bar2
Error: while opening memtables error: while opening fid: 1 error: while updating skiplist error: mremap size mismatch: requested: 43 got: 134217728
Usage:
skate set KEY[@DB] VALUE [flags]
Flags:
-h, --help help for set
while opening memtables error: while opening fid: 1 error: while updating skiplist error: mremap size mismatch: requested: 43 got: 134217728
Edit: I should note that I'm not entirely surprised by this. 32-bit Go applications have been known in the past to act poorly. I intend to see if the system I'm using can be upgraded to a 64-bit OS, but I'm a bit doubtful since it relies on niche drivers.
I have no issues running
skate
on macOS or Ubuntu.But I'm getting a bunch of errors on my Arch Linux (btw) system:
Let me know if there is other logs I can provide. :)
The text was updated successfully, but these errors were encountered: