Posted July 13, 201411 yr Just tried to test a few server-sided things but my eclipse server keeps crashing while it is loading the world. ---- Minecraft Crash Report ---- // I feel sad now Time: 13.07.14 20:31 Description: Exception generating new chunk java.lang.OutOfMemoryError: Java heap space at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:22) at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:51) at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:180) at net.minecraft.world.gen.ChunkProviderGenerate.provideChunk(ChunkProviderGenerate.java:243) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:139) at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:307) at net.minecraft.server.MinecraftServer.loadAllWorlds(MinecraftServer.java:277) at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:239) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:746) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.world.chunk.NibbleArray.<init>(NibbleArray.java:22) at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:51) at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:180) at net.minecraft.world.gen.ChunkProviderGenerate.provideChunk(ChunkProviderGenerate.java:243) -- Chunk to be generated -- Details: Location: 0,27 Position hash: 115964116992 Generator: RandomLevelSource Stacktrace: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:139) at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:307) at net.minecraft.server.MinecraftServer.loadAllWorlds(MinecraftServer.java:277) at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:239) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:746) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Mac OS X (x86_64) version 10.9.2 Java Version: 1.6.0_65, Apple Inc. Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc. Memory: 832 bytes (0 MB) / 129957888 bytes (123 MB) up to 129957888 bytes (123 MB) JVM Flags: 0 total; AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 4 mods loaded, 4 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available dimensionshift{Experimental v0.231} [DimensionShift] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Player Count: 0 / 20; [] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) I personally think its because my 123mb of ram aren't enough but i don't know how to change that. Here could be your advertisement!
July 13, 201411 yr Author The amount of RAM is your issue, yes. Why are you playing Minecraft on a toaster? I lost my run configurations a few days ago and tried to recreate them.... How do i change the ram? Here could be your advertisement!
July 13, 201411 yr Add -Xmx8192M -Xms8192M to your VM options. Substitute 8192M for the amount of RAM you want Minecraft to have access to.
July 13, 201411 yr Author damn, forgot the Ms and used -Xmx... -Xmx... instead of .Xmx... -Xms thx Here could be your advertisement!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.