Allocate more RAM to the integrated local server

Started by PopcatCookie on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
Allocate more RAM to the integrated local server

My local server is too slow and laggy, is there any way to add more RAM to make it less laggy ? Also sorry if this is in the wrong forum section, I couldn't find which section was the correct one.

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
Ok nevermind it's just a…
Sat, 03/22/2025 - 22:05

Ok nevermind it's just a procedure in my mod impacting performances

Usually when things are…
Sun, 03/23/2025 - 15:14

Usually when things are really laggy, you don't need more RAM but need to optimize some procedures.

No long operations in them, especially not in tick-based triggers

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
I will try optimizing the…
Sun, 03/23/2025 - 15:42

I will try optimizing the procedure. Thanks you, it helps a lot !

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
I disabled the entity tick…
Sun, 03/23/2025 - 16:11

I disabled the entity tick update procedure (https://imgur.com/a/k6Up9os) but my game stills crashes after a few minutes, I don't think there are other heavy procedures. I also have 431 mod elements, is it a problem ?

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
I don't know what to do, I…
Sun, 03/23/2025 - 17:23

I don't know what to do, I deleted some tick-based procedures but I still have the same problem: the local server runs out of RAM and crashs after 5 minutes, I only have two heavy tick procedures but I don't know how to optimize them... I really need your help.

Active 1 week ago
Joined Jan 2025
Points:
93

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
I think I found the problem,…
Sun, 03/23/2025 - 17:52

I think I found the problem, and I also think I'm very dumb, because it was one of my procedures spamming for spawning an entity LMAO

You can also use performance…
Mon, 03/24/2025 - 16:48

You can also use performance monitor in the console tab to see RAM usage over time