You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the setup of Harbor with V2.6.4 on redhat 8 in podman rootless environment on VM with size 6 cpu & 16 Ram and we are using external_database postgres version 13 installled on the same Host and we configure max_connections=200 in postgres
what can be the issue and what are the suggestion to enhance the performance as harbor GUI is very slow and also pushing image took much time ?
The text was updated successfully, but these errors were encountered:
Harbor version : V2.6.4
Operating system : redhat 8 in podman rootless environment
Server specifications : 6 cpu & 16 Ram
trivy scanner: using bundled one and we have around 11000 image
External Database : Postgres version 13 installed on the same server and we configure max_connections=200 in postgres
Is there any recommendation for postgres configuration ?
and please let me know if you need further information
we Have performance issue with Harbor and it always crashes and get Panic error in core logs on daily basis as below :
2024/09/27 12:05:06.602 [C] [panic.go:884] /usr/local/go/src/net/http/server.go:2109
2024/09/27 12:05:06.602 [C] [panic.go:884] /harbor/src/server/middleware/metric/metric.go:67
2024/09/27 12:05:06.602 [C] [panic.go:884] /usr/local/go/src/net/http/server.go:2109
2024/09/27 12:05:06.602 [C] [panic.go:884] /harbor/src/server/middleware/trace/trace.go:28
2024/09/27 12:05:06.602 [C] [panic.go:884] /usr/local/go/src/net/http/server.go:2109
2024/09/27 12:05:06.602 [C] [panic.go:884] /harbor/src/server/middleware/mergeslash/mergeslash.go:17
2024/09/27 12:05:06.602 [C] [panic.go:884] /harbor/src/server/middleware/middleware.go:57
2024/09/27 12:05:06.602 [C] [panic.go:884] /usr/local/go/src/net/http/server.go:2109
2024/09/27 12:05:06.602 [C] [panic.go:884] /harbor/src/server/middleware/url/parse.go:22
Here is the setup of Harbor with V2.6.4 on redhat 8 in podman rootless environment on VM with size 6 cpu & 16 Ram and we are using external_database postgres version 13 installled on the same Host and we configure max_connections=200 in postgres
what can be the issue and what are the suggestion to enhance the performance as harbor GUI is very slow and also pushing image took much time ?
The text was updated successfully, but these errors were encountered: