In-reply-to » I just watched a Jira start for 50 minutes.

@prologic@twtxt.net It is, but that’s just one of many factors at play here. It turned out that the system did not leave the stage of “loading plugins” for a long time. “Loading plugins” means: Read the plugin blobs from the PostgreSQL database (that’s where they’re stored) and put them somewhere in the filesystem (probably so that the Java VM can actually load them), probably also analyze the plugins in some way (I didn’t dig that deep). When finished, the resulting directory in the filesystem is a whopping 1.4 GB in size. Combine that with a CPU that’s way too slow, and voilà, it takes forever to start.

The “solution” was to move the system to another host which has a more powerful CPU. 🫤

(You might think that that’s a very large number of plugins, but rest assured, it’s quite normal. People love to install every plugin that they can find.)

⤋ Read More