From d4da84e7814aa78d457860916fcd28b99582cba5 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Wed, 29 May 2019 10:32:20 +0300 Subject: [PATCH] Set memory limit for php-intelephense plugin (#160) * set memory limit for php-intelephense plugin Signed-off-by: Valeriy Svydenko * Increase 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 f01618a0d..38986c4a4 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: "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 5f2467d4b..64f7dd21d 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: "1000Mi" extensions: - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix