Skip to content

Commit

Permalink
Increase ForkTsCheckerWebpackPlugin memoryLimit (#20768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmaneo authored Oct 23, 2024
1 parent c5a6421 commit 9bec368
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion graylog2-web-interface/webpack/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ const config = (target, appPath, rootPath, webInterfaceRoot, supportedBrowsers)
new webpack.DefinePlugin({
DEVELOPMENT: true,
}),
new ForkTsCheckerWebpackPlugin(),
new ForkTsCheckerWebpackPlugin({
typescript: {
memoryLimit: 4096,
},
}),
],
});
}
Expand Down

0 comments on commit 9bec368

Please sign in to comment.