Difference between revisions of "Memory:"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {"type": "server", "timestamp": "2022-11-07T20:54:37,588Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "elasticsearch", "node.name": "elasticse...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 +
[[kubectl describe nodes]] | grep "memory:"
  
  
 +
 +
* JVM <code>[[Xmx]]</code>
  
 
  {"type": "server", "timestamp": "2022-11-07T20:54:37,588Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "elasticsearch", "node.name": "elasticsearch-master-1", "message": "heap size [2.4gb], compressed ordinary object pointers [true]" }
 
  {"type": "server", "timestamp": "2022-11-07T20:54:37,588Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "elasticsearch", "node.name": "elasticsearch-master-1", "message": "heap size [2.4gb], compressed ordinary object pointers [true]" }
 +
 +
== Related ==
 +
* [[CKA]]: [[Understand how resource limits can affect Pod scheduling]]
 +
 +
== See lso ==
 +
* {{container_definitions}}

Latest revision as of 22:09, 9 November 2023

kubectl describe nodes | grep "memory:"


{"type": "server", "timestamp": "2022-11-07T20:54:37,588Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "elasticsearch", "node.name": "elasticsearch-master-1", "message": "heap size [2.4gb], compressed ordinary object pointers [true]" }

Related[edit]

See lso[edit]

Advertising: