File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments