Logic Machine Forum
"Error: not enough memory" message when trying to view the scada-vis - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: "Error: not enough memory" message when trying to view the scada-vis (/showthread.php?tid=4854)



"Error: not enough memory" message when trying to view the scada-vis - nager.perez - 01.07.2023

Good friends, I hope you are excellent. The following thread is to tell you that when trying to visualize the scada-vis, I get the message "Error: not enough memory". I send you the storage information about the logic machine:

CPU model :  ARMv7 Processor rev 5 (v7l)
Linux kernel version : 4.4.295
Total system memory : 249.0M 
Used : 72.0M (29%)
Free : 177.0M (71%) 
Buffered : 1.2M 
Cached : 117.2M

Thank you and I am attentive to your comments


RE: "Error: not enough memory" message when trying to view the scada-vis - admin - 03.07.2023

What firmware version do you have? How many objects and how many plans in the visualization?


RE: "Error: not enough memory" message when trying to view the scada-vis - nager.perez - 06.07.2023

Hello, thank you for answering and sorry for the time in answering you. In total I have 9,907 Objects, my firmware version is 20211215. On the other hand, to get the number of pages and witgets use the following code which I don't know if it is correct: 

Code:
result = db:getall('select count(*) FROM visfloors')
log(result)

Which showed me the value of:

Code:
* table:
[1]
  * table:
   ["count(*)"]
    * number: 4284

Currently, I have deleted a large number of pages and witgets from that logic machine and the error has been solved, but if I have a doubt after how many witgets and pages that error can appear again. Thanks for everything.