We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a970 commit 54c6d98Copy full SHA for 54c6d98
src/main.ts
@@ -9,6 +9,8 @@ import helmet from 'helmet';
9
10
import { AppModule } from './app.module';
11
12
+setInterval(() => console.log(process.memoryUsage()), 10000);
13
+
14
(async () => {
15
const app = await NestFactory.create(AppModule);
16
0 commit comments