Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.01 KB

Important Disclaimer

Before using the utility, please review the disclaimer.

Create and Edit the 'settings.properties' to configure Crystaller.

  • maxMem - set max memory limit.
maxMem=2048
  • ignoreName - set app that will be ignored by Crystaller.
ignoreName=vesktop
ignoreName=telegram-desktop
ignoreName=chrome
  • ignoreNameCPU - set app that will be ignored by Crystaller's CPU checker.
ignoreNameCPU=github-desktop
ignoreNameCPU=telegram-desktop
ignoreNameCPU=chrome
  • sleepBeforeTime - time in seconds (float also supported) before start (can be used for debug)
sleepBeforeTime=2
  • sleepTime - time in seconds (float also supported) between checks.
sleepTime=0.5
  • cpuon - boolean (can be used 'true', 'false', '1' and '0'). Turn on/off CPU checker. (Stable preview. You can leave an issue, if you find a bug)
cpuon=true
  • maxCPUusage - set max CPU usage limit (%).
maxCPUusage=75