Cloud Development Environment logs
View Che workspace logs to diagnose startup failures, debug misbehaving extensions, and identify memory issues.
- An IDE extension misbehaves or needs debugging
-
The logs list the plugins that have been loaded by the editor.
- The container runs out of memory
-
The logs contain an
OOMKillederror message. Processes running in the container attempted to request more memory than is configured to be available to the container. - A process runs out of memory
-
The logs contain an error message such as
OutOfMemoryException. A process inside the container ran out of memory without the container noticing.