Giter Club home page Giter Club logo

chunky's People

Contributors

ahdg6 avatar alexitx avatar andre601 avatar benjamonsrl avatar citylion avatar d4nieru avatar dependabot[bot] avatar dfsek avatar emilyy-dev avatar ishland avatar jpenilla avatar metriximor avatar montlikadani avatar pop4959 avatar puremin0rez avatar tbluef avatar warriorrrr avatar yey007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chunky's Issues

Unkown Registry Key

Hello again,

In my console when running Chunky I am now getting a error that says "Unknown Registry Key: minecraft:normal_tree"

Don't know if this is a Minecraft thing again or the plugin!

PasteBin:
https://pastebin.com/EDQJXcet

Thanks,
pjt0720

Chunk deletion

I think a feature that would go really well with chunky would be chunk deletion. On some servers, people use elytras to generate massive amounts of chunks that use storage space, so I think being able to delete chunks that haven't been entered for x days if no modifications were made o the chunk would be a nice feature. Chunky-generated chunks obviously wouldn't be deleted here.

Add support for Mod Menu

Mod menu changed recently and the icon here is now invalid:
[21:50:43] [main/WARN]: Warning! Mod chunky-fabric has a broken icon, loading default icon

Limited to 3 tasks at a time?

Hey,

I created a fork of Chunky in which I added a command to check the current status of each running tasks and events to notify when a task is completed or cancelled. I planned to use Chunky to batch pre-generate lots of worlds with 96vcpu at a time. Problem is, I tested it with 36 cpus and it doesn't scale well...
It only uses about 6 vcpus (2 per world task), and won't use anymore. I queued up 5 different world tasks and only 5 are running and the other two won't start until either of the three get completed. Seems to me like a hard limit but can't find it on code.

Here's a graph of cpu usage
image

And here is the in game status
image

Clearly, It doesn't want to even start uhc5 and uhc4 tasks.

To be clear, I also tried it in the latest upstream commit, not my fork, and had the same results. Only three tasks would spam the console.

Chunky suddenly stops working

Started pregenerating in the end dimension with only 3 mods active, Chunky, Fabric API, and Better End. The pregenerator worked for a little while until I suddenly got this error out of nowhere. No one had logged on, no one changed anything on the server.
latest.log

[Bug] Memory Leak caused by POIs

Hello there,

Chunk Pregenerator dev here, eh you have a memory Leak in your pregenerator that you didn't address.
Well its not yours but Mojangs. But you need to deal with it if you want to have anything more then a 100 chunkradius supported in your pregeneration.

Points of Interest are a memory leak in pregens eyes. That should be more then enough info for you.

Running out of memory when leaving Chunky running

Chunky uses little to no additional memory when I start but several hours later the server stops (PebbleHost shuts down servers automatically when they reach memory limit) due to being OOM. Is there any remedy to this or can it be looked into?

Chunky crashes on server start permission error

[10:56:54 ERROR]: Could not load 'plugins/Chunky-1.2.54.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[patched_1.16.5.jar:git-Paper-607]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[patched_1.16.5.jar:git-Paper-607]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.5.jar:git-Paper-607]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:251) ~[patched_1.16.5.jar:git-Paper-607]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1065) ~[patched_1.16.5.jar:git-Paper-607]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-607]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.io.FileNotFoundException: plugins/Chunky-1.2.54.jar (Permission denied)
at java.io.RandomAccessFile.open0(Native Method) ~[?:?]
at java.io.RandomAccessFile.open(RandomAccessFile.java:345) ~[?:?]
at java.io.RandomAccessFile.(RandomAccessFile.java:259) ~[?:?]
at java.io.RandomAccessFile.(RandomAccessFile.java:214) ~[?:?]
at java.util.zip.ZipFile$Source.(ZipFile.java:1285) ~[?:?]
at java.util.zip.ZipFile$Source.get(ZipFile.java:1251) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.(ZipFile.java:732) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:849) ~[?:?]
at java.util.zip.ZipFile.(ZipFile.java:247) ~[?:?]
at java.util.zip.ZipFile.(ZipFile.java:177) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:348) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:319) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:285) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[patched_1.16.5.jar:git-Paper-607]

on the linux server

openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.18.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.18.04, mixed mode, sharing)

the latest version of paper i have on the box

paper-1.16.5-607.jar

let me know if i need to post a full debug log

Feature request: active world

Presently, one needs to use chunky world <world> to change to the current world (unless the current world is world). This is rather non-intuitive. Please consider making the active world for all commands the current world, unless it has been explicitly set with chunky world <world>.

Implement an API

Chunky works very fell for my farmworld pregeneration server.
Can you implement some kind of API for developers?
A Stort/Stop function for the plugin over api should be very usefull the same as an WorldPregenerateFinishEvent or something else.

   Chunky().getInstance().start(org.Bukkit.World) (void)
   Chunky().getInstance().isRunning(org.Bukkit.World) (boolean)
   Chunky().getInstance().stop(org.Bukkit.World) (boolean)
   
  WorldPregenerateFinishEvent should only return the World that the Event has been called is enaugth for me to use

How my old farmworld server works:

Step 1)

Server will be started my plugin start a world pregeneration over the WorldBorder fill command

Step 2)

If the Server has been finished the world pregeneration the server will be shutdown and move the world in an new tar.gz

if the main server has less then 10 farmworlds the server start on step 1 ^^

Deadlock during generation

So I've managed to consitently run into a hard deadlock that freezes the server so hard not event the Paper Watchdog mercy kills the server. The server doesn't react to anything anymore and needs to be hardkilled in that state.

This only happens when using this plugin to pregenerate chunks. It typically happens 1-2 hours into the generation which has made it hard for me to further debug.

I suspect there may be some concurrent read/write with another plugin.
Other plugins that I believe might be involved in that deadlock are Dynmap, LandLord, WorldGuard (and Dynmap addons for those two). However I can't say definatlely.

Versions:
Paper: git-Paper-434 (MC: 1.16.5)
Chunky: 1.2.29
Dynmap: 3.1-beta6
LandLord: 4.340
WorldGuard: 7.0.4

'Invaild plugin.yml' when starting server

When trying to start my server with Chunky in the plugins directory
error

I have not had any other errors until trying to use Chunky. I removed all other plugins, updated to the latest version of PaperMC, and did a clean install in another directory, and this error still showed up. I tried versions 1.2.86 and 1.2.124 of Chunky.

I am running on a Raspberry Pi 4 running Raspberry Pi OS 64-bit. I am running OpenJDK 16.0.2.

[Feature] Friendlier behaviour for live servers

Hey pop,

This plugin is really awesome, it's replaced worldborder and chunkmaster for me. Thanks.

I don't mind during upgrades to offload things to another server, but we do have some worlds that we don't mind generating in the background while players are using things live. And we don't mind if this would even take a month to complete.

What would be nice though is if it's friendlier for live servers that already utilize the hardware resources. With this I mean if there's a way to auto pause any task when there's less than a gig or two of free ram. And auto pauses when the tps has dropped below some number like 18 or 17.

This way when things are busier, it will just pause and check after a few minutes again if there's enough to continue.

Of course, this can mean a task could take a much longer time, but as I said, for some works that's perfectly fine.

# only set to true if you run chunky on a live server
# enabled defaults to false, so plugin behaves as it does now
# time is in minutes; check every x minutes to try and auto start a paused task
# tps; min-required tps value (19 or better? start a task, tps AND ram)
# ram; min-required ram value in megabytes (2g free? start a task) (ram AND tps)
# stop-tps; when tps is below this value, pause the task (tps OR ram)
# stop-ram; when ram falls below this value, pause the task (ram OR tps)
auto-start-stop:
- enabled: false
- time: 5
- tps: 19
- ram: 2048
- stop-tps: 17
- stop-ram: 256

I hope this will be possible.

Discord to talk about Crowdin (and maybe other stuff)+Wiki

I was contributing on crowdin (French) and I had questions about what you did and what you want.
Crowdin's discution system is not the best so I'm here to request you an invite for a Discord where we could not.

I have though we could translate the wiki too ^^.

Thank you for reading.

Possible CPS limiter?

Hello there,

So I have an issue where when I pregen the world it starts around 40 CPS.. slowly over 20 minutes it will reach 100+ CPS which sounds awesome then after a bit.. then the server stalls the cpu to 100% or 0% making to CPS go to 0.1.. which I call this a hard crash cause you have to force end task using task manager… I was thinking if there was a way to set a limit on the CPS? Seems for me 80 CPS is stable enough since it hangs around 70-80% cpu usage.

only way I bypass this is using a macro to force end task the server around every 25 minutes to continue chunk loading without the 0.1 - 1.0 CPS “Crash” and no… after it “hard crashes” the server slowly starts to lock up my pc by slowing making my mouse lag and other programs stop…

Specs:

Ryzen 9 3900X
32 GB of Ram (Allocating 16)
M.2 (4000 read and writes speeds about-ish)

Running [Fabric]

[Feature] detect if there is online player or not

hello there I would like to add a suggestion to this plugin, I'm not quite sure if this feature is already implemented,
but as far as I know this feature does not currently exist,
as the title say it would be nice if chunky can detect if there is any player on the server,
so chunky can run when the server is empty so that it doesn't effect any gameplay.

correct me if this feature is already existed

thanks

Bug with Worldborder selection

I've created a World with Multiverse on Paper-584 for Minecraft 1.16.5 and did set the worldborder using the vanilla command to 10000 Blocks (Meaning 5000 Radius).
When I use "/chunky worldborder" it takes the right center but it takes 1500 as Radius.
Am I doing something wrong or is that a bug?

Missing License

Please add a license to this repository so I know under which terms I can use it.

chunk pregenerating transitioning across saves

i was testing the mod(was a bit hard without completion status but theres already issue and response to that) and noticed that, when i deleted a world i had a pregen task going and made a new world, it would say theres already a pregen task going when i was starting a new one.
is this intentional so people dont have to bother using the command for every save?

Have Chunky detect if players are online and auto pause/continue

I'm requesting a feature that pauses Chunky when a player is online and continues it only when the server is empty.
Perhaps like a check every half hour or configurable time to check for players, would be great for small community servers that have periods of time with no players such as during the night.

Ideally a check every 20 minutes(or a listener, I don't know whats more efficient) to see if players are online
if yes, pause chunky, if already paused, do nothing.
If server is empty, run /chunky continue

[Feature Request] Chunky CLI version

I think it would be super cool that if possible we can get a CLI (Command Line Interface) version of this plugin so we are not required to run a Spigot server alongside the pre-generation.

This idea comes from BlueMap where the developer made a CLI version so you can generate the map without needing a server running on the PC, making the generation a little faster all together.

I don't know if it's really possible to do, but I think it would benefit a lot for people migrating to 1.17 as they could pre-generate a world on vanilla instead of waiting for Spigot.

Chunky not shutting down properly

Getting this error from paper-182.java server on shutdown

[11:28:14 ERROR]: Nag author: 'pop4959' of 'Chunky' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.

Changing the center, when process already running

Hey guys,

can I change the world center when Im already generating?
I would pause the process, then change the center in config, then use chunky reload and after all I will use chunky continue to continue the process.

I forgot to set the center of world and now it's generating from 0, 0 and I don't want it.

Is that possible to change it, when process is paused?

Plugin Chunky Generated an Exception!

Hello Pop,

I am posting a PasteBin to a exception that pops up into my console. I noticed that I would not get any notifications stating that the plugin has completed generating the chunks and I was a little confused wondering if the plugin is supposed to tell me when the chunks have been generated. While looking in the console for something I noticed this exception being noted.

Would you happen to know if this exception is causing any issues? Also am I supposed to get a notification in game or in the console when all the chunks are loaded?

PasteBin:
https://pastebin.com/tBUBpP5V

Thanks,
pjt0720

[Suggestion] Configurable ETA calculations

A nice little, if not insignificant, feature would be to let us control how the average cps. It looks at the last 10s by default when calculating the ETA, it'd be nice if we could change that to look at the last 5s, or 60s, etc.

[Question] Copy serverfiles over a pregenerated world with same seed

I have a little minecraft server with AOF3. Sadly I started the server with people playing on it before I have known that i can pre generate chunks with chunky. On Server Chunky is a bit slow, so I have started chunky with the same seed on my gaming rig to generate the chunks with radius X.
Can I copy the serverfiles that are allready filled with player generated things over the generated world (with same seed) from my gaming rig and then copy these prepared world back on my server?
If this is working (or possible), can I then start chunky on the server again to generate the chunks missed from the copied server files that are not generated? Or does chunky then generate the whole world again?

OTG Support

Does this plugin support OTG?

Currently I'm pregenerating my multiplayer world locally, as i have much more resources availble than the actual server.
I am afraid that using this plugin to generate chunks during the nighttime to pregenerate in offline / low population time might generate chunks wrongly.

Server is restarting after some time when I will load the chunks of the world

When I try to load all the chunks, at some point there will always be a message that the server is overloaded. And that with 3GB RAM! After that, the server restarts again and again. However, I found this here in the "restart.log".

2020-08-11 02:29:34 Server restart requested (NITRAPI)
Tue 11 Aug 2020 02:29:50 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Wed, 12 Aug 2020 14:47:58 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Wed, 12 Aug 2020 14:48:01 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Wed 12 Aug 2020 02:48:10 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-13 02:29:23 Server restart requested (NITRAPI)
Thu 13 Aug 2020 02:29:28 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-14 02:29:17 Server restart requested (NITRAPI)
Fri 14 Aug 2020 02:29:48 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-15 02:29:16 Server restart requested (NITRAPI)
Sat 15 Aug 2020 02:29:19 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-16 02:29:11 Server restart requested (NITRAPI)
Sun 16 Aug 2020 02:29:47 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-17 02:29:33 Server restart requested (NITRAPI)
Mon 17 Aug 2020 02:29:40 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-18 02:29:23 Server restart requested (NITRAPI)
Tue 18 Aug 2020 02:29:53 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-19 02:29:10 Server restart requested (NITRAPI)
Wed 19 Aug 2020 02:29:41 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-20 02:29:06 Server restart requested (NITRAPI)
Thu 20 Aug 2020 02:29:33 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-21 02:29:33 Server restart requested (NITRAPI)
Fri 21 Aug 2020 02:29:36 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-22 02:29:23 Server restart requested (NITRAPI)
Sat 22 Aug 2020 02:29:49 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-23 02:29:11 Server restart requested (NITRAPI)
Sun 23 Aug 2020 02:29:15 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-24 02:29:20 Server restart requested (NITRAPI)
Mon 24 Aug 2020 02:29:36 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-25 02:29:27 Server restart requested (NITRAPI)
Tue 25 Aug 2020 02:29:57 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-26 02:29:27 Server restart requested (NITRAPI)
Wed 26 Aug 2020 02:29:50 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-27 02:29:31 Server restart requested (NITRAPI)
Thu 27 Aug 2020 02:29:45 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-28 02:30:49 Server restart requested (NITRAPI)
Fri 28 Aug 2020 02:31:24 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-29 02:29:35 Server restart requested (NITRAPI)
Sat 29 Aug 2020 02:29:51 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-30 02:29:22 Server restart requested (NITRAPI)
Sun 30 Aug 2020 02:29:32 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Sun, 30 Aug 2020 16:24:06 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Sun 30 Aug 2020 04:24:15 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Sun, 30 Aug 2020 20:14:35 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Sun 30 Aug 2020 08:15:05 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested
2020-08-31 02:29:17 Server restart requested (NITRAPI)
Mon 31 Aug 2020 02:29:56 AM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Mon, 31 Aug 2020 16:31:44 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon, 31 Aug 2020 16:31:46 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon 31 Aug 2020 04:31:48 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Mon, 31 Aug 2020 16:38:32 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon, 31 Aug 2020 16:38:35 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon 31 Aug 2020 04:38:52 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested
Mon, 31 Aug 2020 17:10:02 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon, 31 Aug 2020 17:10:04 +0000 100% CPU usage detected. Mostly caused by server crash. Restarting Gameserver. (SIGTERM)
Mon 31 Aug 2020 05:10:30 PM UTC mcrbuk Server restart via Restart-file or Webinterface requested

Maybe that helps you.

And should I perhaps set "warn-on-overload: true" to false in "bukkit.yml"? I have not changed anything there. This is standard.

Server Version: Spigot 1.14.4
Chunky Version: Chunky-1.1.7 #

[Feature] Store tasks information in a separate file

I feel like automatically-modified state doesn't belong in configuration files.
Storing tasks in config.yml creates unnecessary git noise for us, as well as requires caution so that changes done on staging won't be propagated to production configuration.

I would love if task information could be stored in a separate file, that can be ignored.

I understand this is small priority compared to other issues, but would love to at least get opinion on this.

Fabric Server crash when pregen chunks

Hello, when loading the server, the memory is full and the server goes out. As I understand it, the problem is related to the garbage collector, memory consumption for some reason gradually increases, although the collector is working.

Version: Fabric 1.16.5
Mod pregenerator: Chunky (Clickable)

Mods:

Adorn-1.14.2+1.16.5.jar
arcana-flavor-0.0.8+1.16.jar
architects-palette-fabric-port-1.0.jar
artifacts-3.2.1+fabric.jar
bclib-0.1.45.jar
BetterCaves-Fabric-1.16.5-1.2.jar
better-end-0.9.8.5-pre.jar
BetterMineshafts-Fabric-1.16.4-1.0.2.jar
better-nether-5.0.7.jar
byg-1.3.4.jar
c2me-fabric-mc1.16.5-0.1-SNAPSHOT-all.jar
charm-fabric-1.16.5-2.3.2.jar
Chunky-1.2.29.jar
cloth-config-4.11.26-fabric.jar
custom-spawn-0.2.jar
dark-enchanting-0.2.1+mc.1.16.5.jar
dazzle-2-1.16.5-1.0.jar
desolation-1.1.2.jar
dragonloot-1.0.6.jar
eldritch-mobs-1.8.0.jar
expandedstorage-7.0.2+1.16.4.jar
extraalchemy-fabric-1.16.5-1.4.5.jar
fabric-api-0.40.1+1.16.jar
[FABRIC]+ironfurnaces-1.16-2.4.1.jar
fabric-language-kotlin-1.6.4+kotlin.1.5.30.jar
FallingTree-1.16.5-2.11.5.jar
ferritecore-2.0.7-fabric.jar
geckolib-fabric-1.16.5-3.0.36.jar
Gobber2-Fabric_1.16.5-2.3.78.jar
go-fish-1.2.3-beta-1.16.5.jar
krypton-0.1.2.jar
lazydfu-0.1.2.jar
libcd-3.0.3+1.16.3.jar
lithium-fabric-mc1.16.5-0.6.6.jar
magic-lanterns-1.4.5.jar
malilib-fabric-1.16.4-0.10.0-dev.21+arne.5.jar
mods.txt
morevillagers-FABRIC-1.16.5-1.4.1.jar
MysticalAgriculture-Refabricated-1.16.5-1.1.7.jar
mythic-mounts-1.16.5-1.3.jar
recipecache-0.1.0.jar
RoughlyEnoughItems-5.12.248.jar
sodium-fabric-mc1.16.5-0.2.0+build.4.jar
spark-fabric.jar
stitched-snow-1.0.1.jar
TIS-3D-MC1.16.5-Fabric-1.6.2.35.jar
ToolStats-1.16.5-6.0.1.jar
trinkets-2.6.7.jar
vanilla-hammers-3.0.3-1.16.5.jar
windchimes-1.1.1.jar
worldedit-fabric-mc1.16.3-7.2.2-dist.jar
wraith-harvestscythes-2.0.4.jar
wraith-waystones-2.0.2-1.16.5.jar
YungsApi-1.16.5-Fabric-9.jar

Part of the last log:

[15:16:09] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 133795 chunks (94.14%), ETA: 1:06:56, Rate: 2.1 cps, Current: -13, -183
[15:16:09] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 13 ms. (cause = G1 Evacuation Pause)
[15:16:09] [spark-fabric-async-worker/INFO]:   969.7 KB freed from G1 Old Gen
[15:16:09] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:09] [spark-fabric-async-worker/INFO]:   54.3 KB freed from G1 Survivor Space
[15:16:09] [spark-fabric-async-worker/INFO]:     54.3 KB → 0 bytes (100%)
[15:16:09] [spark-fabric-async-worker/INFO]:   16.0 MB freed from G1 Eden Space
[15:16:09] [spark-fabric-async-worker/INFO]:     16.0 MB → 0 bytes (100%)
[15:16:09] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 16 ms. (cause = G1 Evacuation Pause)
[15:16:09] [spark-fabric-async-worker/INFO]:   14.0 MB moved to G1 Old Gen
[15:16:09] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:09] [spark-fabric-async-worker/INFO]:   17.0 MB freed from G1 Eden Space
[15:16:09] [spark-fabric-async-worker/INFO]:     17.0 MB → 0 bytes (100%)
[15:16:12] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 7 ms. (cause = G1 Evacuation Pause)
[15:16:12] [spark-fabric-async-worker/INFO]:   3.0 MB moved to G1 Old Gen
[15:16:12] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:12] [spark-fabric-async-worker/INFO]:   3.0 MB freed from G1 Eden Space
[15:16:12] [spark-fabric-async-worker/INFO]:     3.0 MB → 0 bytes (100%)
[15:16:12] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2920 ms. (cause = G1 Evacuation Pause)
[15:16:12] [spark-fabric-async-worker/INFO]:   41.2 MB freed from G1 Old Gen
[15:16:12] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (2%)
[15:16:12] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 133801 chunks (94.14%), ETA: 1:08:50, Rate: 2.0 cps, Current: 13, -183
[15:16:12] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 23 ms. (cause = G1 Evacuation Pause)
[15:16:12] [spark-fabric-async-worker/INFO]:   41.0 MB moved to G1 Old Gen
[15:16:12] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:12] [spark-fabric-async-worker/INFO]:   41.0 MB freed from G1 Eden Space
[15:16:15] [spark-fabric-async-worker/INFO]:     41.0 MB → 0 bytes (100%)
[15:16:15] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 6 ms. (cause = G1 Evacuation Pause)
[15:16:15] [spark-fabric-async-worker/INFO]:   1023.2 KB moved to G1 Old Gen
[15:16:15] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:15] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2865 ms. (cause = G1 Evacuation Pause)
[15:16:15] [spark-fabric-async-worker/INFO]:   72.7 MB freed from G1 Old Gen
[15:16:15] [spark-fabric-async-worker/INFO]:     2.0 GB → 1.9 GB (3%)
[15:16:15] [Server thread/INFO]: [Chunky] Task running for minecraft:overworld. Processed: 133802 chunks (94.14%), ETA: 1:29:47, Rate: 1.5 cps, Current: -3, -183
[15:16:15] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 17 ms. (cause = G1 Humongous Allocation)
[15:16:15] [spark-fabric-async-worker/INFO]:   6.8 MB moved to G1 Survivor Space
[15:16:15] [spark-fabric-async-worker/INFO]:     0 bytes → 6.8 MB
[15:16:15] [spark-fabric-async-worker/INFO]:   33.0 MB freed from G1 Eden Space
[15:16:15] [spark-fabric-async-worker/INFO]:     33.0 MB → 0 bytes (100%)
[15:16:15] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 64 ms. (cause = G1 Evacuation Pause)
[15:16:15] [spark-fabric-async-worker/INFO]:   23.8 MB moved to G1 Old Gen
[15:16:15] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:15] [spark-fabric-async-worker/INFO]:   6.8 MB freed from G1 Survivor Space
[15:16:15] [spark-fabric-async-worker/INFO]:     6.8 MB → 0 bytes (100%)
[15:16:15] [spark-fabric-async-worker/INFO]:   35.0 MB freed from G1 Eden Space
[15:16:15] [spark-fabric-async-worker/INFO]:     35.0 MB → 0 bytes (100%)
[15:16:15] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 18 ms. (cause = G1 Humongous Allocation)
[15:16:19] [spark-fabric-async-worker/INFO]:   514.0 KB moved to G1 Old Gen
[15:16:19] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:19] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Eden Space
[15:16:19] [spark-fabric-async-worker/INFO]:     4.0 MB → 0 bytes (100%)
[15:16:19] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 3 ms. (cause = G1 Humongous Allocation)
[15:16:19] [spark-fabric-async-worker/INFO]:   244.8 KB moved to G1 Survivor Space
[15:16:19] [spark-fabric-async-worker/INFO]:     0 bytes → 244.8 KB
[15:16:19] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3207 ms. (cause = G1 Humongous Allocation)
[15:16:19] [spark-fabric-async-worker/INFO]:   46.0 MB freed from G1 Old Gen
[15:16:19] [spark-fabric-async-worker/INFO]:     2.0 GB → 1.9 GB (2%)
[15:16:19] [spark-fabric-async-worker/INFO]:   244.8 KB freed from G1 Survivor Space
[15:16:19] [spark-fabric-async-worker/INFO]:     244.8 KB → 0 bytes (100%)
[15:16:19] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 3 ms. (cause = G1 Humongous Allocation)
[15:16:19] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 31 ms. (cause = G1 Evacuation Pause)
[15:16:19] [spark-fabric-async-worker/INFO]:   15.0 MB moved to G1 Old Gen
[15:16:19] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:19] [spark-fabric-async-worker/INFO]:   26.0 MB freed from G1 Eden Space
[15:16:19] [spark-fabric-async-worker/INFO]:     26.0 MB → 0 bytes (100%)
[15:16:22] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 10 ms. (cause = G1 Humongous Allocation)
[15:16:22] [spark-fabric-async-worker/INFO]:   4.8 MB moved to G1 Old Gen
[15:16:22] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:22] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Eden Space
[15:16:22] [spark-fabric-async-worker/INFO]:     4.0 MB → 0 bytes (100%)
[15:16:22] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2975 ms. (cause = G1 Humongous Allocation)
[15:16:22] [spark-fabric-async-worker/INFO]:   39.7 MB freed from G1 Old Gen
[15:16:22] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (1%)
[15:16:22] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 3 ms. (cause = G1 Humongous Allocation)
[15:16:22] [spark-fabric-async-worker/INFO]:   32.3 KB moved to G1 Survivor Space
[15:16:22] [spark-fabric-async-worker/INFO]:     0 bytes → 32.3 KB
[15:16:22] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 16 ms. (cause = G1 Evacuation Pause)
[15:16:22] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Old Gen
[15:16:22] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:22] [spark-fabric-async-worker/INFO]:   32.3 KB freed from G1 Survivor Space
[15:16:22] [spark-fabric-async-worker/INFO]:     32.3 KB → 0 bytes (100%)
[15:16:22] [spark-fabric-async-worker/INFO]:   11.0 MB freed from G1 Eden Space
[15:16:22] [spark-fabric-async-worker/INFO]:     11.0 MB → 0 bytes (100%)
[15:16:25] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 19 ms. (cause = G1 Evacuation Pause)
[15:16:25] [spark-fabric-async-worker/INFO]:   15.0 MB moved to G1 Old Gen
[15:16:25] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:25] [spark-fabric-async-worker/INFO]:   15.0 MB freed from G1 Eden Space
[15:16:25] [spark-fabric-async-worker/INFO]:     15.0 MB → 0 bytes (100%)
[15:16:25] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2962 ms. (cause = G1 Evacuation Pause)
[15:16:25] [spark-fabric-async-worker/INFO]:   30.2 MB freed from G1 Old Gen
[15:16:25] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (1%)
[15:16:25] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Humongous Allocation)
[15:16:25] [spark-fabric-async-worker/INFO]:   980.8 KB moved to G1 Survivor Space
[15:16:25] [spark-fabric-async-worker/INFO]:     0 bytes → 980.8 KB
[15:16:25] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Eden Space
[15:16:25] [spark-fabric-async-worker/INFO]:     2.0 MB → 0 bytes (100%)
[15:16:25] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 24 ms. (cause = GCLocker Initiated GC)
[15:16:28] [spark-fabric-async-worker/INFO]:   21.0 MB moved to G1 Old Gen
[15:16:28] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:28] [spark-fabric-async-worker/INFO]:   980.8 KB freed from G1 Survivor Space
[15:16:28] [spark-fabric-async-worker/INFO]:     980.8 KB → 0 bytes (100%)
[15:16:28] [spark-fabric-async-worker/INFO]:   22.0 MB freed from G1 Eden Space
[15:16:28] [spark-fabric-async-worker/INFO]:     22.0 MB → 0 bytes (100%)
[15:16:28] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 7 ms. (cause = G1 Evacuation Pause)
[15:16:28] [spark-fabric-async-worker/INFO]:   2.0 MB moved to G1 Old Gen
[15:16:28] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:28] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Eden Space
[15:16:28] [spark-fabric-async-worker/INFO]:     2.0 MB → 0 bytes (100%)
[15:16:28] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2966 ms. (cause = G1 Evacuation Pause)
[15:16:28] [spark-fabric-async-worker/INFO]:   25.7 MB freed from G1 Old Gen
[15:16:28] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (1%)
[15:16:28] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 30 ms. (cause = G1 Evacuation Pause)
[15:16:28] [spark-fabric-async-worker/INFO]:   22.0 MB moved to G1 Old Gen
[15:16:31] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:31] [spark-fabric-async-worker/INFO]:   25.0 MB freed from G1 Eden Space
[15:16:31] [spark-fabric-async-worker/INFO]:     25.0 MB → 0 bytes (100%)
[15:16:31] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 8 ms. (cause = G1 Evacuation Pause)
[15:16:31] [spark-fabric-async-worker/INFO]:   3.0 MB moved to G1 Old Gen
[15:16:31] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:31] [spark-fabric-async-worker/INFO]:   3.0 MB freed from G1 Eden Space
[15:16:31] [spark-fabric-async-worker/INFO]:     3.0 MB → 0 bytes (100%)
[15:16:31] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3004 ms. (cause = G1 Evacuation Pause)
[15:16:31] [spark-fabric-async-worker/INFO]:   14.8 MB freed from G1 Old Gen
[15:16:31] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:31] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 13 ms. (cause = G1 Evacuation Pause)
[15:16:31] [spark-fabric-async-worker/INFO]:   13.0 MB moved to G1 Old Gen
[15:16:31] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:31] [spark-fabric-async-worker/INFO]:   15.0 MB freed from G1 Eden Space
[15:16:31] [spark-fabric-async-worker/INFO]:     15.0 MB → 0 bytes (100%)
[15:16:34] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Humongous Allocation)
[15:16:34] [spark-fabric-async-worker/INFO]:   2.0 MB moved to G1 Old Gen
[15:16:34] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:34] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:16:34] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:16:34] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 2 ms. (cause = G1 Evacuation Pause)
[15:16:34] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3029 ms. (cause = G1 Evacuation Pause)
[15:16:34] [spark-fabric-async-worker/INFO]:   12.8 MB freed from G1 Old Gen
[15:16:34] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:34] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 5 ms. (cause = G1 Humongous Allocation)
[15:16:34] [spark-fabric-async-worker/INFO]:   44.3 KB moved to G1 Survivor Space
[15:16:34] [spark-fabric-async-worker/INFO]:     0 bytes → 44.3 KB
[15:16:37] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 12 ms. (cause = G1 Evacuation Pause)
[15:16:37] [spark-fabric-async-worker/INFO]:   9.0 MB moved to G1 Old Gen
[15:16:37] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:37] [spark-fabric-async-worker/INFO]:   44.3 KB freed from G1 Survivor Space
[15:16:37] [spark-fabric-async-worker/INFO]:     44.3 KB → 0 bytes (100%)
[15:16:37] [spark-fabric-async-worker/INFO]:   9.0 MB freed from G1 Eden Space
[15:16:37] [spark-fabric-async-worker/INFO]:     9.0 MB → 0 bytes (100%)
[15:16:37] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3209 ms. (cause = G1 Evacuation Pause)
[15:16:37] [spark-fabric-async-worker/INFO]:   9.7 MB freed from G1 Old Gen
[15:16:37] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:40] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 8 ms. (cause = G1 Evacuation Pause)
[15:16:40] [spark-fabric-async-worker/INFO]:   10.0 MB moved to G1 Old Gen
[15:16:40] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:40] [spark-fabric-async-worker/INFO]:   10.0 MB freed from G1 Eden Space
[15:16:40] [spark-fabric-async-worker/INFO]:     10.0 MB → 0 bytes (100%)
[15:16:40] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Evacuation Pause)
[15:16:40] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:16:40] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:40] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:16:40] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:16:40] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2922 ms. (cause = G1 Evacuation Pause)
[15:16:40] [spark-fabric-async-worker/INFO]:   9.4 MB freed from G1 Old Gen
[15:16:40] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:43] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 10 ms. (cause = GCLocker Initiated GC)
[15:16:43] [spark-fabric-async-worker/INFO]:   9.0 MB moved to G1 Old Gen
[15:16:43] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:43] [spark-fabric-async-worker/INFO]:   8.0 MB freed from G1 Eden Space
[15:16:43] [spark-fabric-async-worker/INFO]:     8.0 MB → 0 bytes (100%)
[15:16:43] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2959 ms. (cause = GCLocker Initiated GC)
[15:16:43] [spark-fabric-async-worker/INFO]:   6.5 MB freed from G1 Old Gen
[15:16:43] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:46] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 8 ms. (cause = G1 Humongous Allocation)
[15:16:49] [spark-fabric-async-worker/INFO]:   5.7 MB moved to G1 Old Gen
[15:16:49] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:49] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Eden Space
[15:16:49] [spark-fabric-async-worker/INFO]:     4.0 MB → 0 bytes (100%)
[15:16:49] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 2 ms. (cause = G1 Humongous Allocation)
[15:16:49] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2962 ms. (cause = G1 Humongous Allocation)
[15:16:49] [spark-fabric-async-worker/INFO]:   4.1 MB freed from G1 Old Gen
[15:16:49] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:49] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Humongous Allocation)
[15:16:49] [spark-fabric-async-worker/INFO]:   14.7 KB moved to G1 Survivor Space
[15:16:49] [spark-fabric-async-worker/INFO]:     0 bytes → 14.7 KB
[15:16:49] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 5 ms. (cause = G1 Evacuation Pause)
[15:16:49] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:16:49] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:49] [spark-fabric-async-worker/INFO]:   14.7 KB freed from G1 Survivor Space
[15:16:49] [spark-fabric-async-worker/INFO]:     14.7 KB → 0 bytes (100%)
[15:16:49] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:16:49] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:16:49] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3060 ms. (cause = G1 Evacuation Pause)
[15:16:49] [spark-fabric-async-worker/INFO]:   3.9 MB freed from G1 Old Gen
[15:16:49] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:52] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 14 ms. (cause = G1 Evacuation Pause)
[15:16:52] [spark-fabric-async-worker/INFO]:   5.0 MB moved to G1 Old Gen
[15:16:52] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:52] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Eden Space
[15:16:52] [spark-fabric-async-worker/INFO]:     4.0 MB → 0 bytes (100%)
[15:16:52] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2942 ms. (cause = G1 Evacuation Pause)
[15:16:52] [spark-fabric-async-worker/INFO]:   4.3 MB freed from G1 Old Gen
[15:16:52] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:16:56] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 7 ms. (cause = G1 Evacuation Pause)
[15:16:56] [spark-fabric-async-worker/INFO]:   4.0 MB moved to G1 Old Gen
[15:16:56] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:16:59] [spark-fabric-async-worker/INFO]:   3.0 MB freed from G1 Eden Space
[15:17:02] [spark-fabric-async-worker/INFO]:     3.0 MB → 0 bytes (100%)
[15:17:02] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3172 ms. (cause = G1 Evacuation Pause)
[15:17:02] [spark-fabric-async-worker/INFO]:   3.5 MB freed from G1 Old Gen
[15:17:07] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:17:10] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 6 ms. (cause = G1 Evacuation Pause)
[15:17:10] [spark-fabric-async-worker/INFO]:   4.0 MB moved to G1 Old Gen
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:17:10] [spark-fabric-async-worker/INFO]:   4.0 MB freed from G1 Eden Space
[15:17:10] [spark-fabric-async-worker/INFO]:     4.0 MB → 0 bytes (100%)
[15:17:10] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2964 ms. (cause = G1 Evacuation Pause)
[15:17:10] [spark-fabric-async-worker/INFO]:   2.6 MB freed from G1 Old Gen
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:17:10] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Evacuation Pause)
[15:17:10] [spark-fabric-async-worker/INFO]:   2.0 MB moved to G1 Old Gen
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:17:10] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Eden Space
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 MB → 0 bytes (100%)
[15:17:10] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2960 ms. (cause = G1 Evacuation Pause)
[15:17:10] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Old Gen
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:17:10] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 3 ms. (cause = G1 Evacuation Pause)
[15:17:10] [spark-fabric-async-worker/INFO]:   2.0 MB moved to G1 Old Gen
[15:17:10] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:17:10] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:17:25] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:17:25] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2865 ms. (cause = G1 Evacuation Pause)
[15:17:25] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Old Gen
[15:17:25] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:17:25] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 6 ms. (cause = G1 Evacuation Pause)
[15:17:25] [spark-fabric-async-worker/INFO]:   2.0 MB moved to G1 Old Gen
[15:17:25] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:17:25] [spark-fabric-async-worker/INFO]:   2.0 MB freed from G1 Eden Space
[15:17:25] [spark-fabric-async-worker/INFO]:     2.0 MB → 0 bytes (100%)
[15:17:28] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2990 ms. (cause = G1 Evacuation Pause)
[15:17:31] [spark-fabric-async-worker/INFO]:   1.6 MB freed from G1 Old Gen
[15:17:35] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:29:30] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 2 ms. (cause = G1 Evacuation Pause)
[15:29:33] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:29:33] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:29:33] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:29:33] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:29:33] [spark-cpu-monitor/INFO]: [STDERR]: java.lang.OutOfMemoryError: Java heap space
[15:29:36] [WorldEdit Session Manager/INFO]: [STDERR]: java.lang.OutOfMemoryError: Java heap space
[15:29:39] [Server thread/INFO]: [STDOUT]: Negative index in crash report handler (0/6)
[15:29:39] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2987 ms. (cause = G1 Evacuation Pause)
[15:29:52] [spark-fabric-async-worker/INFO]:   956.2 KB freed from G1 Old Gen
[15:29:52] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:29:52] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 7 ms. (cause = G1 Evacuation Pause)
[15:29:52] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:29:52] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:29:52] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:29:52] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:29:55] [C2ME chunkio serializer worker #1/INFO]: [STDERR]: java.lang.OutOfMemoryError: Java heap space
[15:29:55] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3016 ms. (cause = G1 Evacuation Pause)
[15:29:55] [spark-fabric-async-worker/INFO]:   998.3 KB freed from G1 Old Gen
[15:29:55] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:29:55] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Evacuation Pause)
[15:29:55] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:29:55] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:29:55] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:29:55] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:29:55] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3046 ms. (cause = G1 Evacuation Pause)
[15:29:55] [spark-fabric-async-worker/INFO]:   532.0 KB freed from G1 Old Gen
[15:29:55] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:32:54] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 3 ms. (cause = G1 Evacuation Pause)
[15:32:54] [spark-fabric-async-worker/INFO]:   918.1 KB moved to G1 Old Gen
[15:32:54] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:32:57] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2942 ms. (cause = G1 Evacuation Pause)
[15:32:57] [spark-fabric-async-worker/INFO]:   846.7 KB freed from G1 Old Gen
[15:32:57] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:32:57] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3093 ms. (cause = G1 Evacuation Pause)
[15:32:57] [spark-fabric-async-worker/INFO]: [⚡] Young Gen GC lasting 4 ms. (cause = G1 Evacuation Pause)
[15:32:57] [spark-fabric-async-worker/INFO]:   1.0 MB moved to G1 Old Gen
[15:32:57] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB
[15:32:57] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Eden Space
[15:32:57] [spark-fabric-async-worker/INFO]:     1.0 MB → 0 bytes (100%)
[15:32:57] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2982 ms. (cause = G1 Evacuation Pause)
[15:32:57] [spark-fabric-async-worker/INFO]:   1.0 MB freed from G1 Old Gen
[15:32:57] [spark-fabric-async-worker/INFO]:     2.0 GB → 2.0 GB (0%)
[15:32:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.class_148: Exception ticking world
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875) ~[intermediary-server.jar:?]
	at net.minecraft.class_3176.method_3813(class_3176.java:312) ~[intermediary-server.jar:?]
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811) ~[intermediary-server.jar:?]
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670) ~[intermediary-server.jar:?]
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.OutOfMemoryError: Java heap space
[15:33:37] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 2970 ms. (cause = G1 Evacuation Pause)
[15:33:37] [spark-fabric-async-worker/INFO]:   1019.3 KB freed from G1 Old Gen
[15:45:56] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3060 ms. (cause = G1 Evacuation Pause)
[15:45:56] [spark-fabric-async-worker/INFO]: [⚡] Old Gen GC lasting 3033 ms. (cause = G1 Evacuation Pause)

Full latest.log:
latest.log

Question

Hi İ Have a Question İ Set The Radius 50k Blocks

But İn Console İt Says:

[13:35:03 INFO]: [Chunky] Task running for orman. Processed: 87955 chunks (0,23%
), ETA: 397:11:00, Rate: 27,3 cps, Current: 203, 85

Processed: xxxx Chunks 1 Chunk = 128Blocks So İt Means İts Already Done?

Reporting as running, but not

So, I am trying to pregen my world.

I set everything up and use the "/chunky start" command.

It shows me the message that it started, but no update on the progress or any CPU usage. It just gives me the message
"[12:45:36 INFO]: [Bukkit] [Chunky] Task started for 2 idiotas at 0, 0 with radius 500.".

When I try to stop it, it says that it's running, but it is not.

Am I missing something?
chunky

crash which bricked world

Crashed while genning End. This was the third pregen, after I did the Overworld and Nether.

Didn't really seem like a big deal, except for a few restarts afterward it auto hard crashed right after preparing spawn area. Seems to work fine now. Still figure it's worth sending the crash report.

Sorry that I forgot to add NotEnoughCrashes to my server!

https://pastebin.com/ScCyLwMK

Crash even with 4GB RAM

At first I was using a 1vCPU 1GB RAM server but had frequent crashes so I used a 2vCPU 4GB RAM server and it went better, but still crashed eventually.

I was generating the nether right now (5000 worldborder) and it crashed at 46% completion.

[13:06:38] [Server thread/INFO]: [Chunky] Task running for minecraft:the_nether. Processed: 46019 chunks (46.38%), ETA: 0:26:38, Rate: 33.3 cps, Current: -99, 107
[13:06:49] [Server Watchdog/FATAL]: A single server tick took 66.21 seconds (should be max 0.05)
[13:06:49] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.

Crash logs:

Do I need more than 4GB RAM or is there another issue? The other mods I have loaded other than Chunky, is Fabric-API, Spark, Lithium and Starlight.

After restarting and continuing generation, it crashed again at 92% completion.

Name collision with Chunky (Minecraft rendering)

A small unfortunate issue with naming this project Chunky is that Chunky in the context of Minecraft already exists and has done since 2010, or Dec 23, 2012 on Github, see Chunky. While I understand that these projects are used for different purposes, that of world rendering and server chunk generation, the fact these projects have the same name and are related to Minecraft has already lead to some confusion.

I would be happy to clarify the ambiguity on Chunky (rendering), and related projects where possible, providing links back to this repo similar to how vcstools handled a similar issue (vcstools/vcstools#135). Just wanted to hear if you had any ideas as I suspect that this project is only going to grow in popularity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.