forgejo/.forgejo/workflows
Earl Warren d1dadf4e06
fix(ci): use 512MB for elasticsearch instead of 32GB
It can be observed that when elasticsearch runs in the CI the process
uses 32GB of resident memory.

Set Xmx and Xms to no more than the threshold that the JVM uses for
compressed object pointers (compressed oops); the exact threshold
varies but is near 32 GB. You can verify that you are under the
threshold by looking for a line in the logs like the following:

Refs: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/docker.html
Refs: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/heap-size.html
2024-07-16 08:10:58 +02:00
..
backport.yml
build-release-integration.yml
build-release.yml
cascade-setup-end-to-end.yml
e2e.yml
mirror.yml
publish-release.yml
renovate.yml Update renovate to v37.431.4 2024-07-15 04:03:33 +00:00
testing.yml fix(ci): use 512MB for elasticsearch instead of 32GB 2024-07-16 08:10:58 +02:00