Jump to content

Search the Community

Showing results for tags 'ram'.

  • Search By Tags

    • ram ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hi. The final question first: Is there a reason, that Autoit doesn't clean up RAM usage as a standard feature? This posting by @guinness was pointing me to the solution for solving my problem: https://www.autoitscript.com/forum/topic/131315-accumulating-memory-usage/?do=findCom...
  2. Here test example of a dummy program with random added controls to the main form: If #include <GuiListView.au3> is commented out, then this simple program uses around 3,5 MB of RAM. When #include <GuiListView.au3> NOT commented out - RAM usage is around 13-14 MB. How can I reduce memory...
  3. Version 2.0.0.0

    427 downloads

    The simple widget shows the percentage of cpu, ram used and the CPU temperature (WMI). - Every 30s check, sync and update time for computer. - Drag adn Drop any files on GUI for reset Attribute (-RAHS) and set Full Access to Everyone ! - Righ Click on x and click Un/Install app to boot w...
  4. I've written a small surveillance tool for one of my programs. It shows the time that has already passed, the estimated time until the end, the average time of the steps, and the progress in %. It works pretty well, but I want to add some stats. That'd be the usages of the CPU, RAM, network and...
  5. I am creating a little script that displays the current RAM in "#### MB" format but am having issues. The function for which I set the $RAM variable is this. $RAM = GetRAM() Func GetRAM() $Ramvar = MemGetStats() $Ram1 = $Ramvar[1] / 1024 $Ram2 = StringSplit($Ram1, ".") $Ram3 = $Ram2[1] & "...
×
×
  • Create New...