This plugin store a full database in RAM. Why?

Issue #47 resolved
Former user created an issue

Uses a lot of memory if have a large database.

Comments (2)

  1. Hans Kurel repo owner

    Because it’s efficient. I can’t go running (synchronously) to the MySQL database every time someone breaks a block; every millisecond counts.

    That said, I might be able to cut it down a bit, I’ll check the code. Cant make any promises, though.

  2. Log in to comment