Skip to content

Commit

Permalink
set memory to 2BG (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau authored Feb 12, 2024
1 parent 0c6ee47 commit c63991c
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 c63991c

Please sign in to comment.