diff --git a/packages/backend/src/functions/ceremony.ts b/packages/backend/src/functions/ceremony.ts index 2fa47434..1f80d1cb 100644 --- a/packages/backend/src/functions/ceremony.ts +++ b/packages/backend/src/functions/ceremony.ts @@ -232,7 +232,7 @@ export const setupCeremony = functions export const initEmptyWaitingQueueForCircuit = functions .region("europe-west1") .runWith({ - memory: "512MB" + memory: "1GB" }) .firestore.document( `/${commonTerms.collections.ceremonies.name}/{ceremony}/${commonTerms.collections.circuits.name}/{circuit}`