Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Massive Virtual Memory over-allocation #475

Open
dom-de-v opened this issue Nov 19, 2019 · 1 comment
Open

Massive Virtual Memory over-allocation #475

dom-de-v opened this issue Nov 19, 2019 · 1 comment

Comments

@dom-de-v
Copy link

@dom-de-v dom-de-v commented Nov 19, 2019

Please read the CONTRIBUTING guide before submitting an issue.

Description

When adding/using release (8.4.2) extension from the Firefox extension site, to Firefox 70.0.1 (64bit) for MacOS, on MacOS 10.11.6 - the Virtual memory used by this extension (within the firefox plugin process) goes from 6gb to 12gb or even as high as 36Gb.

Before uninstall/re-install it was jumping to 36Gb of memory - even on a system disconnected from the internet on startup.

It seems like this extension is allocating a massive data structure, and then never using it - however this distresses systems at startup (given the VM still needs to be allocated & cleared).

Upon use resident memory is a few hundred megs, but virtual remains 2x-4x the expected size, and the browser/system is consequently very laggy.

[Description of the bug or feature]

Expected Behavior

Disabling returns virtual memory use for the plugin process back to 6Gb, from 36/12 Gb.

[What you expected to happen]

Actual Behavior

Massive allocation of virtual memory, and browser/system slowdown which allocation occurs & while browsing.

[What actually happened]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Versions

  • Browser: Firefox 70.0.1 (64 bit) (standard release)
  • OS: MacOS 10.11.6
  • Node: n/a
  • NPM: n/a
@christophertino
Copy link
Member

@christophertino christophertino commented Dec 4, 2019

Is this from the FirefoxCP WebExtensions process? I'm showing 13GB of virtual memory on my system as well. That seems excessive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants