From cf669771a15aa5f30a427361192685eb547a6d70 Mon Sep 17 00:00:00 2001 From: opa334 Date: Sun, 28 Jul 2024 12:46:00 +0200 Subject: [PATCH] Add additional notice to jetsam multiplier --- Application/Dopamine/de.lproj/Localizable.strings | 2 +- Application/Dopamine/en.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Dopamine/de.lproj/Localizable.strings b/Application/Dopamine/de.lproj/Localizable.strings index 6bf02654a..06a0c0849 100644 --- a/Application/Dopamine/de.lproj/Localizable.strings +++ b/Application/Dopamine/de.lproj/Localizable.strings @@ -59,7 +59,7 @@ "Section_Actions" = "Aktionen"; "Section_Customization" = "Design"; "Section_Exploits" = "Exploits"; -"Jetsam_Description" = "Jetsam ist ein System-Feature, welches Prozesse, die vorgegebene Speicherlimit überschreiten, automatisch beendet. Wenn viele Tweaks installiert wurden, kann es passieren, dass Prozesse direkt nach dem Start beendet werden, was diese in eine Absturzschleife versetzen kann. Hier kann ein Multiplikator gewählt werden, mit welchem jedes Speicherlimit, das vom System gesetzt wird, multipliziert wird. Erhöhe diese Einstellung, falls unterwünschtes Systemverhalten bei einer hohen Anzahl von installierten Tweaks auftritt."; +"Jetsam_Description" = "Jetsam ist ein System-Feature, welches Prozesse, die vorgegebene Speicherlimit überschreiten, automatisch beendet. Wenn viele Tweaks installiert wurden, kann es passieren, dass Prozesse direkt nach dem Start beendet werden, was diese in eine Absturzschleife versetzen kann. Hier kann ein Multiplikator gewählt werden, mit welchem jedes Speicherlimit, das vom System gesetzt wird, multipliziert wird. Erhöhe diese Einstellung, falls unterwünschtes Systemverhalten bei einer hohen Anzahl von installierten Tweaks auftritt. Um den Speicherverbrauch des Systems nicht negativ zu beeinflussen, wird empfohlen die kleinstmögliche Einstellung zu wählen, unter welcher das System stabil läuft."; // Settings Alerts "Alert_Tweak_Injection_Toggled_Title" = "Userspace-Neustart erforderlich"; diff --git a/Application/Dopamine/en.lproj/Localizable.strings b/Application/Dopamine/en.lproj/Localizable.strings index f6d723452..a6671c9a7 100644 --- a/Application/Dopamine/en.lproj/Localizable.strings +++ b/Application/Dopamine/en.lproj/Localizable.strings @@ -59,7 +59,7 @@ "Section_Actions" = "Actions"; "Section_Customization" = "Customization"; "Section_Exploits" = "Exploits"; -"Jetsam_Description" = "Jetsam is a system feature that will automatically kill processes whose memory usage exceeds a specified limit. When many tweaks are installed, it is possible for this limit to be exceeded right at launch, causing processes to crash loop. Here you can select a multiplier that the memory limit of all processes launched with a memory limit will be multiplied by. Increase this setting when stuff is crash looping or if you encounter weird system behaviour when a large number of tweaks are installed."; +"Jetsam_Description" = "Jetsam is a system feature that will automatically kill processes whose memory usage exceeds a specified limit. When many tweaks are installed, it is possible for this limit to be exceeded right at launch, causing processes to crash loop. Here you can select a multiplier that the memory limit of all processes launched with a memory limit will be multiplied by. Increase this setting when stuff is crash looping or if you encounter weird system behaviour when a large number of tweaks are installed. To not negatively impact the memory usage of the entire system, it is recommended to select the lowest option under which the system is stable."; // Settings Alerts "Alert_Tweak_Injection_Toggled_Title" = "Userspace Reboot Required";