Recent content by CosmicGuard

  1. CosmicGuard

    What attracts you to a server?

    For us, it's having a self sustaining ecosystem powered by the players.
  2. CosmicGuard

    Memory Leak Issue - someone is working on it currently

    Analyzing a heap dump is a fantastic suggestion for debugging this. Make sure you take the dump AFTER the memory leak has occurred, i.e. after a couple hours of uptime. Additionally, you could use Java benchmarking software/suites to monitor your Java Heap growth in real-time, to see if there...
  3. CosmicGuard

    Extreme TPS drops during base watering

    Hello sleepingnight, The typical solution for this is to limit the # of water physics events that can process in a given tick, and to queue the remainder to occur over the next couple of ticks. What version of spigot/bukkit are you using? Some of these have built in configurable options for...
  4. CosmicGuard

    https://cosmicguard.com

    https://cosmicguard.com
Top