Skip to content

Serious Performance Problems with Antimalware Service Executable #1388

@tresf

Description

@tresf

Server 2016 (and likely others) ship with an anti-malware executable called MsMpEng.exe. This executable nearly deadlocks (picture) the server when scoop packages are being installed. The anti-malware service greatly lengthens install times and seems to cause file-locking on occasion (picture), potentially breaking the package install state.

To reproduce:

  1. Download an install the Server 2016 Core Evaluation ISO from Microsoft
  2. Install scoop from front-page install instructions
  3. scoop install git

Edited: Whitelisting the ~/scoop directory is a valid workaround.

Set-MpPreference -ExclusionPath "$(Resolve-Path '~/scoop')"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions