Skip to content
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

[Bug Report]: severe ticks behind with a clean install #222

Open
theoriginalspre opened this issue Oct 19, 2024 · 2 comments
Open

[Bug Report]: severe ticks behind with a clean install #222

theoriginalspre opened this issue Oct 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@theoriginalspre
Copy link

theoriginalspre commented Oct 19, 2024

Modpack Version

1.5

Describe your issue.

Not really sure if it is a bug, But I have a Clean install IE no builds or anything, on a system that should be able to completely handle the mod.

with nobody on it falls 50+ ticks behind constantly.

with 1 person on the tick lag is 300-1500 with every step.

I took a look at spark and the only thing i see is unsafe.park() is using all the resources, but nothing else that would explain it. Even turned tick monitor on and got nothing but spam, mostly ticks a few Garbage Collection warnings.

I should point out to rule out my server hardware I ran it on my beast (7900x3d, 64gb ram etc) and it still had the tick lag.

Spark Health: https://spark.lucko.me/xk7Azjx3z3
Profiler: https://spark.lucko.me/jlNt85UvAa

Crash Report

No response

Latest Log

https://gist.github.com/theoriginalspre/db5580182a27fa01c7479f09e3c39b68

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

@theoriginalspre theoriginalspre added the bug Something isn't working label Oct 19, 2024
@Gronglegrowth
Copy link

These reports imply things are running just fine. To my knowledge excessive unsafe.park() indicates that there is nothing to do. If TPS is falling below 18 or so, then you have a problem, but this doesn't seem the case with what you sent.

@SubordinalBlue
Copy link
Contributor

View distance is kinda high, at 15... that's more than twice the work for the server as the default of 10 (10^2 = 100, while 15^2 = 225).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants