diff --git a/.forgejo/workflows/build-artifacts.yml b/.forgejo/workflows/build-artifacts.yml index 939c745..efd4667 100644 --- a/.forgejo/workflows/build-artifacts.yml +++ b/.forgejo/workflows/build-artifacts.yml @@ -44,14 +44,11 @@ jobs: --dns=8.8.4.4 --add-host=git.raines.xyz:host-gateway --add-host=forgejo:host-gateway - # Memory and resource constraints to prevent SIGSEGV - --memory=8g - --memory-swap=8g - --memory-reservation=6g - --cpus=2.0 - --cpu-shares=1024 - --cpu-period=100000 - --cpu-quota=200000 + # Memory and resource constraints to prevent SIGSEGV + --memory=8g + --memory-swap=8g + --memory-reservation=6g + --cpus=2.0 # Shared memory and tmpfs for better performance --shm-size=2g --tmpfs=/tmp:size=4g,exec