Skip to content

Commit 0629f93

Browse files
Undoing Memory Based Changes
Undoing Memory Based Changes
1 parent 11e41bb commit 0629f93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MerlinAU.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,7 @@ _GetRequiredRAM_KB_()
36513651
{
36523652
local theURL="$1"
36533653
local zip_file_size_bytes zip_file_size_kb overhead_kb
3654-
local total_required_kb overhead_percentage=25
3654+
local total_required_kb overhead_percentage=50
36553655

36563656
# Size of the ZIP file in bytes #
36573657
zip_file_size_bytes="$(curl -LsI --retry 4 --retry-delay 5 "$theURL" | grep -i Content-Length | tail -1 | awk '{print $2}')"
@@ -3665,12 +3665,12 @@ _GetRequiredRAM_KB_()
36653665
echo "$total_required_kb"
36663666
}
36673667

3668-
##------------------------------------------##
3669-
## Modified by ExtremeFiretop [2025-May-28] ##
3670-
##------------------------------------------##
3668+
##----------------------------------------##
3669+
## Modified by Martinski W. [2023-Mar-24] ##
3670+
##----------------------------------------##
36713671
_ShutDownNonCriticalServices_()
36723672
{
3673-
for procName in nt_center nt_monitor nt_actMail usbmuxd netool
3673+
for procName in nt_center nt_monitor nt_actMail
36743674
do
36753675
procNum="$(ps w | grep -w "$procName" | grep -cv "grep -w")"
36763676
if [ "$procNum" -gt 0 ]

0 commit comments

Comments
 (0)