Tool Name: campwiz
Quota increase requested: +2GB
Reason:
As part of the migration process of CampWiz nxt to toolforge (T394515), I need to be able to run build and run nextjs with node 22. But I am facing issues:
- Node 22 is not available as prebuilt image into toolforge yet (latest is node 18)
- If I use custom image building using build service:
- I run out of space saying `DENIED: adding 1.4 GiB of storage resource, which when updated to current usage of 457.6 MiB will exceed the configured upper limit of 1.0 GiB.`
- I was trying to prebuilt the code using github action but for some reason, `--ref` flag is not working with build service ({T394516})
So, I need at least total 3 GB to be in safe spot.
My current `toolforge build quota` output is:
```
Registry
===================
Storage
-----------
Available 566.39Mi
Capacity 45%
Limit 1.00Gi
Used 457.61Mi
```