-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAM consumption high on server #19
Comments
works fine on client |
YA BE This is a big concern right there. I'll get into it- |
Any progress on this? I really want to use this in an SMP with a friend but it crashes on the server as stated here |
Hello! Thanks for following up on this issue! Fret not, for this fix is already done. You can download the mod from here. Lemme know if you have any further inquiries, and I'll reopen the issue. |
EDIT: Updated the link |
I saw "fix was already done" in my notifications and immediately went "Oh cool! Time to build from source!" But an official release that fixes it! Hell yes! |
You need not build from source, for a binary is provided every release. You're welcome. :D |
Yeah new issue |
Oof, I'll look into it- |
|
Care to share how it consumes a lot of RAM? @Merith-TK |
This is server-side only, I launch th server, and then at world Gen (or some startup near world Gen) the ram starts increasing in usage. Almost like a fork bomb or something. With earlygame, it starts consuming more and more ram, going to 2.5, to 2.7, tp 3.2, 4, 5.4 (here is where j have to hardkill my entire server by manually pulling the plug because of a kernel panic from running out of ram. https://cdn.merith.tk/assets/smp-boop-mekrath.zip This is the server with the server.jar, fabric.jar,the mods, and configs. The earlygame mod is within the disabled folder inside of the mods folder |
have you figured out what went wrong yet?
—Merith
…On Sun, Apr 4, 2021 at 8:46 AM Merith ***@***.***> wrote:
This is server-side only, I launch th server, and then at world Gen (or
some startup near world Gen) the ram starts increasing in usage. Almost
like a fork bomb or something.
The server usually runs at about 1.5-2gb ram idle,
With earlygame, it starts consuming more and more ram, going to 2.5, to
2.7, tp 3.2, 4, 5.4 (here is where j have to hardkill my entire server by
manually pulling the plug because of a kernel panic from running out of ram.
https://cdn.merith.tk/assets/smp-boop-mekrath.zip
This is the server with the server.jar, fabric.jar,the mods, and configs.
The earlygame mod is within the disabled folder inside of the mods folder
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPQOXRWOGPXVDWUEJLPPYTTHCCWVANCNFSM4ZVXC5BQ>
.
|
Sorry I took a long time! I had to really focus on college and stuff so I had to take a break on modding ;; Anyway, care to share the file again? Seems to have been deleted- |
Sorry! Will create a new zip for you!
https://cdn.merith.tk/assets/minecraft
Download the zip file. Mods are a bit out of date, but that is how it is
when the thing crashes,
…On Sun, May 9, 2021, 6:42 PM JayCee Creates ***@***.***> wrote:
Sorry I took a long time! I had to really focus on college and stuff so I
had to take a break on modding ;;
Anyway, care to share the file again? Seems to have been deleted-
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPQOXRCNI7CGHF42GS4KBDTM42W7ANCNFSM4ZVXC5BQ>
.
|
Thank you! Gonna look into it- |
|
Yes, but after the third spike it just CONSUMES ALL THE RAM, like Kirby at an all you can eat buffet |
I actually left the server running and it doesn't seem to crash on me... Probably from multiple players? Because right now I tested it on just one instance? |
How much ram are you telling it to use and how much ram do you have
installed?
I told it to use a max of around 5000mb, and hardware had around 7.5gb
usable.
…On Sun, May 9, 2021, 9:15 PM JayCee Creates ***@***.***> wrote:
I actually left the server running and it doesn't seem to crash on me...
Probably from multiple players? Because right now I tested it on just one
instance?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPQOXUENUWB5L6MBT75IM3TM5MXZANCNFSM4ZVXC5BQ>
.
|
I launched it normally like an executable so I assume anything default? I have like 16 gigs |
Tried with and without the mod installed, I kinda barely don't see any difference at all? 🤔 |
Odd... what the fuck? |
I have no clue why set the server with these args Check if the ram usage (using task manager) peaks over 4gb |
java.lang.NoSuchMethodError: net.minecraft.class_1856.method_8105()[Lnet/minecraft/class_1799;
at jayceecreates.earlygame.utils.RecipeRemover.lambda$removePlankRecipes$3(RecipeRemover.java:86) ~[earlygame-1.16.x-1.0.1.jar:?]
at jayceecreates.earlygame.utils.RecipeRemover.lambda$removeRecipes$4(RecipeRemover.java:121) ~[earlygame-1.16.x-1.0.1.jar:?]
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:1.8.0_281]
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_281]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_281]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_281]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_281]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_281]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_281]
at jayceecreates.earlygame.utils.RecipeRemover.lambda$removeRecipes$5(RecipeRemover.java:122) ~[earlygame-1.16.x-1.0.1.jar:?]
at com.google.common.collect.RegularImmutableMap.forEach(RegularImmutableMap.java:146) ~[fabric-server-launch.jar:?]
at jayceecreates.earlygame.utils.RecipeRemover.removeRecipes(RecipeRemover.java:117) ~[earlygame-1.16.x-1.0.1.jar:?]
at jayceecreates.earlygame.utils.RecipeRemover.removePlankRecipes(RecipeRemover.java:83) ~[earlygame-1.16.x-1.0.1.jar:?]
at jayceecreates.earlygame.utils.RecipeRemover.lambda$removeRecipe$0(RecipeRemover.java:39) ~[earlygame-1.16.x-1.0.1.jar:?]
at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[872199d5-c25b-4680-8a0e-3157f774f8bc.jar:?]
at net.minecraft.server.MinecraftServer.handler$cbd000$afterSetupServer(MinecraftServer.java:6243) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
The text was updated successfully, but these errors were encountered: