Reputation: 279
I've just updated opa to 1.0. When I compile my opa files, I now get a .js file instead of a .exe file.
When I try to run this .js file (which is executable), I get the error "Killed".
What's worng ?
Thanks,
Upvotes: 1
Views: 125
Reputation: 1094
It seems that the "Killed" message is raised when the machine does not have enough memory.
cf: what can cause node.js to print Killed and exit?
Upvotes: 1