Leo

Results 15 comments of Leo

Not sure if this is gonna help, but I think it's related. I used this image on GitHub Actions, and the last successful build I ran with it was on...

The new image is working normally when I create a new container from it, clone a Jekyll site's source into it using Git, and run `bundle install`.

Same here. I was experiencing a strange error in the past days: Genisys was not responding to any command input at console, players couldn't execute any command, no block updates,...

@dktapps I'll try, since crash may happen at any time without any sign of freeze.

@vzlomka76 Thanks, but I tried and that didn't work. @dktapps [Here's the memory dump I obtained.](https://github.com/iTXTech/Genisys/files/441124/memorydump.zip) I don't know if it helps because it was grabbed when server was running...

@FaanMaario Me too. Did you decrease the memory limit? ``` Genisys Crash Dump Sun Aug 28 23:13:32 CST 2016 Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate...

@ishitatsuyuki Yes, it is already on. @Muqsit It worked well, tried just now, no crash. However I used the plugin for cleaning up players' building in the past week, after...

@FaanMaario Try enabling `check-movement` in `genisys.yml` if it is turned off: ``` yaml check-movement: true ```

Hmm, `low-memory-trigger` is enabled on our server, but there's no any crash since I turned on `check-movement` yesterday. The crash began when I set `check-movement` to false about 10 days...

Confirmed. _On my server especially_, when `check-movement` is on, everything's OK; when it's off, server keeps crashing. Today I turned off `check-movement` again, then those familiar crash dumps reappeared. I...