Fixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling.

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2011-07-15 18:28:09 +01:00
parent af11cea8fe
commit 9431ef57c0
4 changed files with 11 additions and 272 deletions

View File

@@ -79,6 +79,11 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-collections</artifactId>
<version>r03</version>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>