Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Server Memory - Chernivtsi JS 2019

Server Memory - Chernivtsi JS 2019

More Decks by Андрей Листочкин (Andrey Listochkin)

Other Decks in Programming

Transcript

  1. 4k

  2. Master Keep track on workers Start new workers Signal them

    to terminate when memory pressure is high
  3. Load the framework Load app code Run full GC Start

    forking process to accept requests
  4. Start at Root references Follow all references Build a live

    objects tree Delete all objects not part of the tree
  5. V8

  6. GPU