Need help .Trying to build a typescript app. Getting this killed message every time


I am trying to build express app in typescript using tsc -p cmnd but I am getting the error in image with not much logs.

Hi there,

The Linux OOM killer has killed your process to prevent the OS from running out of memory.

I would recommend you precompile your typescript files in your build process and serve the plain old javascript files. Compiling typescript files “on-the-fly” will consume more memory than just serving javascript.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.