Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Aerogear 10281 sop restart #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions SOP/SOP-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -507,21 +507,23 @@ NOTE: You can save the logs by running `oc logs <database-podname> > <filename>.
This alert indicates that the Service pod(s) is/are facing performance issues.

. Please following the <<To capture the logs>> procedure in order to capture the required information to send it to its maintainers.
. Following the steps <<To scale the pod>> in order to try to solve performance issues.
. Restart the affected pod if the heap memory usage is still higher than the threshold.


==== UnifiedPushJavaNonHeapThresholdExceeded

This alert indicates that the Service pod(s) is/are facing performance issues.

. Please following the <<To capture the logs>> procedure in order to capture the required information to send it to its maintainers.
. Following the steps <<To scale the pod>> in order to try to solve performance issues.
. Restart the affected pod if the nonheap memory usage is still higher than the threshold.


==== UnifiedPushJavaGCTimePerMinuteScavenge

This alert indicates that the Service pod(s) is/are facing performance issues.

. Please following the <<To capture the logs>> procedure in order to capture the required information to send it to its maintainers.
. Following the steps <<To scale the pod>> in order to try to solve performance issues.
. Restart the affected pod if the garbage collector usage is still higher than the threshold.

=== Warning

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.5.0"
Version = "v0.5.0"
)