Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Created August 17, 2020 13:07
Show Gist options
  • Save denihida1216/f8beacf3686d6e58ce209cbb7399c12b to your computer and use it in GitHub Desktop.
Save denihida1216/f8beacf3686d6e58ce209cbb7399c12b to your computer and use it in GitHub Desktop.
service worker limit-memory-hard & limit-memory-soft
limit-memory-hard = 768 * your workers (e.g 4) *1024 * 1024 = 3221225472
limit-memory-soft = 640 * your workers (e.g 4) *1024 * 1024 = 2684354560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment