Skip to content
Snippets Groups Projects
Commit 1283efe9 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3279 OZG-3299 Performance und Empfehlung hinzugefügt

parent 08797c96
No related branches found
No related tags found
No related merge requests found
...@@ -164,10 +164,21 @@ Minimale quarkus features: cdi, resteasy-reactive, smallrye-context-propagation, ...@@ -164,10 +164,21 @@ Minimale quarkus features: cdi, resteasy-reactive, smallrye-context-propagation,
Lastest wurde über SoapUI (Projekt Usermanager user-manager-server/src/test/resources/Usermanager-REST-Last.xml) gemacht Lastest wurde über SoapUI (Projekt Usermanager user-manager-server/src/test/resources/Usermanager-REST-Last.xml) gemacht
| Heapspace | max Memory Usage in MB | | Heapspace | max Memory Usage in MB | max Transactions/s |
| --------- | ---------------------- | | --------- | ---------------------- | ------------------ |
| default | 160 | | default | 160 | 300 |
| 32m | 99 | | 32m | 99 | 115 |
#### Empfohlene Speichereinstellungen
```yaml
limits:
cpu: "500m"
memory: "512Mi"
requests:
cpu: "50m"
memory: "192Mi"
```
### Weitere Urls ### Weitere Urls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment