I am trying to deploy 2 apps from my Nx repo in the same Railway project using their run-many command, but I am getting the following error:
> NX Running target serve for 2 project(s):
- reddit-streamer
- cron
> nx run reddit-streamer:serve:production
> nx run cron:serve:production
RpcExitError: Process 52 exited [SIGKILL]
Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript.
RpcExitError: Process 63 exited [SIGKILL]
Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript.
RpcExitError: Process 64 exited [SIGKILL]
Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript.
Any idea what the issue is here? Is it something to do with Nx, or does my project not have enough memory (the typescript checker part is confusing me, since it seems like it shouldn't matter)?