From 755cfee26fbce39f49f3f413f4e7a783e6ff2956 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Tue, 28 May 2019 14:02:07 +0300 Subject: [PATCH 1/2] set memory limit for php-intelephense plugin Signed-off-by: Valeriy Svydenko --- v3/plugins/redhat/php/1.0.13/meta.yaml | 1 + v3/plugins/redhat/php/latest/meta.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/v3/plugins/redhat/php/1.0.13/meta.yaml b/v3/plugins/redhat/php/1.0.13/meta.yaml index f01618a0d8..cb4574bff9 100644 --- a/v3/plugins/redhat/php/1.0.13/meta.yaml +++ b/v3/plugins/redhat/php/1.0.13/meta.yaml @@ -13,5 +13,6 @@ firstPublicationDate: "2019-04-16" spec: containers: - image: "eclipse/che-remote-plugin-php7:next" + memoryLimit: "1500Mi" extensions: - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix diff --git a/v3/plugins/redhat/php/latest/meta.yaml b/v3/plugins/redhat/php/latest/meta.yaml index 5f2467d4b1..a605c86c63 100644 --- a/v3/plugins/redhat/php/latest/meta.yaml +++ b/v3/plugins/redhat/php/latest/meta.yaml @@ -13,5 +13,6 @@ firstPublicationDate: "2019-04-16" spec: containers: - image: "eclipse/che-remote-plugin-php7:next" + memoryLimit: "1500Mi" extensions: - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix From 15254424f41e464a816a0339d9922276b3581878 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Tue, 28 May 2019 15:55:14 +0300 Subject: [PATCH 2/2] Increase memory limit for php-intelephense plugin Signed-off-by: Valeriy Svydenko --- v3/plugins/redhat/php/1.0.13/meta.yaml | 2 +- v3/plugins/redhat/php/latest/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/plugins/redhat/php/1.0.13/meta.yaml b/v3/plugins/redhat/php/1.0.13/meta.yaml index cb4574bff9..38986c4a41 100644 --- a/v3/plugins/redhat/php/1.0.13/meta.yaml +++ b/v3/plugins/redhat/php/1.0.13/meta.yaml @@ -13,6 +13,6 @@ firstPublicationDate: "2019-04-16" spec: containers: - image: "eclipse/che-remote-plugin-php7:next" - memoryLimit: "1500Mi" + memoryLimit: "1000Mi" extensions: - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix diff --git a/v3/plugins/redhat/php/latest/meta.yaml b/v3/plugins/redhat/php/latest/meta.yaml index a605c86c63..64f7dd21d4 100644 --- a/v3/plugins/redhat/php/latest/meta.yaml +++ b/v3/plugins/redhat/php/latest/meta.yaml @@ -13,6 +13,6 @@ firstPublicationDate: "2019-04-16" spec: containers: - image: "eclipse/che-remote-plugin-php7:next" - memoryLimit: "1500Mi" + memoryLimit: "1000Mi" extensions: - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix