Skip to content

Commit

Permalink
Small feedback from Dmitrii
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidhi251289 committed May 8, 2024
1 parent 996bb5e commit a07e49c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -825,9 +825,9 @@ To fix this issue, you can raise memory requests to match the memory limit by pe
kubectl -n {namespace} edit mendixapp {environmentInternalId}
```

### 7.8 App Restart/Unstable
### 7.8 Unexpected App Restart

If your application keeps restarting unexpectedly, becomes unstable or even worse: crashes, the first thing to do is check your application log for hints on what could be causing this. If there are any FATAL or CRITICAL log lines in there, immediately start working on resolving them. If not resolved, **critical level** logs forces the app to restart by design.
If your application keeps restarting unexpectedly, the first thing to do is check your application log for hints on what could be causing this. If there are any CRITICAL log lines in there, immediately start working on resolving them.

## 8 How the Operator Deploys Your App {#how-operator-deploys}

0 comments on commit a07e49c

Please sign in to comment.