Jump to content

[1.10.2] Resource usage


oa10712

Recommended Posts

Hey, not sure if this is the place to post it or not, but is there any way to track how much memory each mod is using? I'm working on a custom mod for use in a pack, but I'd like to see which mod(s) are taking up excess memory. I am using Netbeans as my IDE, but I can drop the code into another if they have better debug trackers.

Link to comment
Share on other sites

In most cases the java garbage collector does a fine job. As long as you stick to the more basic forge stuff you should be good.

I think I used a software called jprofiler one or two years ago to confirm a memory leak in one of my world gen attempts. You could give it a try, but I am not sure how good it is at comparing different mods with each other.

Unless you find a real noticeable memory leak just try to deal with it, minecraft is known to use up a lot of ram. Some modpacks I played with required up to twelve gigs to work.

Here could be your advertisement!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.