Created
August 17, 2020 13:07
-
-
Save denihida1216/f8beacf3686d6e58ce209cbb7399c12b to your computer and use it in GitHub Desktop.
service worker limit-memory-hard & limit-memory-soft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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