Jump to content

Recommended Posts

Posted (edited)

i have it set so tekkit can use up to 2Gb of data, but when ever i go into a pack its only using 500 or so. i know that it needs more then this because the percentage always starts at 76 percent builds up to 89 percent and then lags. so is this a java error or tekkit. i would love to know how to fix this.

Edited by nefotcir
  • Discord Moderator
Posted

What you are seeing is the different between internal and external references to RAM/Heap allocation for the JVM (Java Virtual Machine). Externally you have a single process that is managed by the operating system and the memory usage shown is the total space used for both the programs/threads running inside the JVM and the overhead required to manage them. Internally you get different numbers depending on how the thread are allocated inside the JVM and those will fluctuate depending on Garbage Collection (GC), how many users are currently on, how many chunks are loaded, how busy certain mods are, etc.

 

There are about as many ways for lag to creep in as there are stars in the sky. You will need to do more work to isolate the source before blaming your memory allocations.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...