eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.94k stars 2.49k forks source link

Theia browser crashing on EKS after terminal is opened. #13725

Open czezi opened 4 months ago

czezi commented 4 months ago

Bug Description:

The theia blueprint deployed on eks is crashing as soon as a new terminal is opened, nothing in the logs, cpu is spiking to max and app is crashing. Tried both arm64 and amd64 arch.

Screenshot 2024-05-23 at 2 04 34 AM Screenshot 2024-05-23 at 2 04 24 AM

Steps to Reproduce:

---
apiVersion: v1
kind: Pod
metadata:
  name: efs-app
  labels:
    app: efs-app
spec:
  nodeSelector:
    kubernetes.io/arch: amd64
  containers:
    - name: app
      imagePullPolicy: Always
      image: ghcr.io/eclipse-theia/theia-blueprint/theia-ide:1.49.100
      resources:
        requests:
          memory: "1024Mi"
          cpu: "1"
        limits:
          memory: "1024Mi"
          cpu: "1"

Additional Information

Kadalia commented 2 months ago

Hello,

perhaps it's the same issue as #13609 ?