Skip to content

Commit

Permalink
set memory to 2BG
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Feb 5, 2024
1 parent b11e50c commit 68cd8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ app.use(cors());
const controllers: IControllerBase[] = container.getAll<IControllerBase>(ContainerTypes.Controller);
controllers.forEach((controller) => controller.register(app));

functions.runWith({ memory: '512MB' });
functions.runWith({ memory: '2GB' });
exports.app = functions.https.onRequest(app);

0 comments on commit 68cd8f6

Please sign in to comment.