i have a problem with RAM usage of Xwidget,
it will continuesly increases the RAM when i use get command on the cores in the script,
for example: datetimecore1.get("%TimeSec0")
it's not specified to one core or one tag, it will happen for all of them,
just i'm not sure if this is only my system's problem or it's happening for others too,
so to make sure, plz someone:
1. try this widget in debug mode
2. and check the taskmanager for RAM usage of "XWtest.exe" (you should check the VM-Size Column or VirtualMemory Column to see a continues increase)
Note:
if it's using high cpu usage, just don't worry, it's because i have increased the loop count to find the problem sooner and easier
Note2:
just make sure you check the VirtualMemory column in taskmanager (you can activate it in taskmanager from the [view>Select Column...] menu in the [Processes] Tab)
here's the test widget:
Attachment:
test-ram.xwp [6.18 KiB]
Downloaded 391 times
edit:this one will use less cpu, you can test this one instead:
Attachment:
test-ram2.xwp [6.19 KiB]
Downloaded 359 times