You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We restart our Jira instance during weekend. After each restart we see huge performance drop for transitioning Jiras on Monday. (Around 3 to 4 hrs)
Once it is completed on Monday, rest of the week we see same task gets completed in 15 mins
Below is the screen shot for same.
It seems there is a cache getting deleted on each restart.
Is it possible to prevent deleting the cache upon server restart?
There's no way to do this.
The whole point of a cache is that it caches things that the system is seeing being used a lot, so that the system does not have to go back to (slower) storage to get something for a user.
And hence, restarting a service, by definition, clears its caches.
The best answer we can give you is "stop restarting the service"
Why are you restarting every week? Would it not be better to debug the thing that makes you think you need to restart?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.