Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Jon Tofte-Hansen
2018-01-30T12:48:18Z
True. 100 ms lowers the workstations cpu use to 12-16%
Support
2018-01-30T12:55:59Z
Originally Posted by: Jon Tofte-Hansen 

True. 100 ms lowers the workstations cpu use to 12-16%



Ok, good, we will add milliseconds support to loop settings for the next build. Let us know if you want to test it now.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Jon Tofte-Hansen
2018-01-31T09:43:04Z
onridiko diko
2023-06-23T20:39:27Z
It's difficult to provide a definitive answer without more information about the specific tasks and code you are running within your loop. However, I can provide some general insights and suggestions that might help you optimize resource usage in your scenario.

CPU Usage: If your loop tasks are computationally intensive, it's expected that they will consume a significant amount of Intel NUC  resources. However, you mentioned that the tasks are reading from a database and writing to a file, which typically shouldn't be overly CPU-intensive operations. It's possible that there could be other factors contributing to the high CPU usage, such as inefficient code or resource contention. Analyzing and profiling your code can help identify any performance bottlenecks.

Resource Allocation: The resource usage of a loop can be affected by various factors, including the number of iterations, the complexity of each iteration, and the resource requirements of the tasks within the loop. Considering your hardware specifications, you have limited CPU power (2GHz dual-core) and 8GB of RAM, which might impact performance if the tasks require more resources than what is available.

System


Scroll to Top