vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

Possible memory leak

Open Zarogon opened this issue 7 years ago • 3 comments

In new version (9.26.1) is possible memory leak. When save files (deploy on save turned on) several times ... I have high CPU load... and extension don't deploy files anymore.

screen shot 2017-06-19 at 12 13 00

Zarogon avatar Jun 19 '17 09:06 Zarogon

  • How often have you saved files?
  • How many files have you saved and how many files are part of your package(s)?
  • What operating system and VSCode version do you use?

Can you also post an example of your settings?

When I try to reproduce it (on Windows with VSCode 1.13) I can not see an increasement of memory in my task manager.

mkloubert avatar Jun 19 '17 12:06 mkloubert

Strange.... Now I can't reproduce incasement... Maybe the stars perfectly aligned today but I have this issue four times. I will be watching

PS... I save files every 30 seconds. Every time I save only file by file. MacOS 10.12.3 Settings:

{
    "deploy": {
        "packages": [
            {
                "name": "Anything",
                "description": "Deploy All Files",
                "exclude": [
                    ".**/**",
                    ".meteor/**",
                    ".history/**",
                    ".idea/**",
                    ".vscode/**",
                    ".gitignore"
                ],
                "deployOnSave": true,
                "syncWhenOpen": true,
                "noNodeModules": true
            }
        ],
        "targets": [
            {
                "type":"sftp",
                "name": "DB SPROOT IT",
                "dir": "**************",
                "host": "**************", "port": 22,
                "user": "**************", "password": "**************",

                "checkBeforeDeploy": true
            }
        ],
        "showPopupOnSuccess": false,
        "fastCheckOnSave": true
    }
}

Zarogon avatar Jun 19 '17 12:06 Zarogon

So here it is... appeared randomly. And by the way, when I close VSCode, Code Helper precess with high load remains. screen shot 2017-06-19 at 19 01 11 screen shot 2017-06-19 at 19 04 02

Zarogon avatar Jun 19 '17 16:06 Zarogon