diff --git a/src/utils/performanceMode.js b/src/utils/performanceMode.js index c4bb1fb..4d91cdb 100644 --- a/src/utils/performanceMode.js +++ b/src/utils/performanceMode.js @@ -1,4 +1,4 @@ -const LOW_MEMORY_LIMIT_GB = 2 +const LOW_MEMORY_LIMIT_GB = 4 const LOW_CPU_LIMIT = 4 function getNavigator() {