Difference between revisions of "Error Command failed with exit code 137"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
  error Command failed with exit code 137
 
  error Command failed with exit code 137
  
 +
[[terminated]]
  
* [[Amazon CloudWatch Logs Insights]] example:
+
=== [[Amazon CloudWatch Logs Insights]] example: ===
 
  fields @timestamp, @message
 
  fields @timestamp, @message
 
  | filter @message like "error Command failed with exit code 137"
 
  | filter @message like "error Command failed with exit code 137"
 
  | sort @timestamp asc
 
  | sort @timestamp asc
 +
 +
 +
=== [[containerd]]===
 +
<code>[[containerd]] Task XXXXXXXX [[deleted with exit code 137]]</code>
 +
 +
== [[yarn build]] ==
 +
- info Creating an optimized production build ...Killed
 +
error Command failed with [[exit code 137]].
 +
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 +
 +
Solution: increase memory of machine running your [[yarn build]] process
 +
 +
  
 
== Related ==
 
== Related ==
* [[SIGKILL]]
+
* <code>[[SIGKILL]]</code>
 
* [[Kubernetes]]
 
* [[Kubernetes]]
 
* <code>[[elasticsearch --version]]</code>
 
* <code>[[elasticsearch --version]]</code>
* [[OOMKilled]]
+
* <code>[[OOMKilled]]</code>
 +
* [[Killing]]
 +
* <code>[[Reason: OOMKilled - exit code: 137]]</code>
 +
* [[exited with code 137]]
  
 
== See also ==
 
== See also ==
* {{yarn}}
+
* {{killing}}
 
* {{OOM}}
 
* {{OOM}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]
 
[[Category:OOM]]
 
[[Category:OOM]]

Latest revision as of 09:40, 7 December 2023

error Command failed with exit code 137
terminated

Amazon CloudWatch Logs Insights example:[edit]

fields @timestamp, @message
| filter @message like "error Command failed with exit code 137"
| sort @timestamp asc


containerd[edit]

containerd Task XXXXXXXX deleted with exit code 137

yarn build[edit]

- info Creating an optimized production build ...Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Solution: increase memory of machine running your yarn build process


Related[edit]

See also[edit]

Advertising: