From OpenSCADAWiki
Jump to: navigation, search

CONCEPTUAL > Control for big memory consumption

  • SYS: TCntrNode::cntrCmd() in processing the primary commands of the Control Interface appended by their generic logging to control actions caused the big memory consumption.
  • FIX:DAQ: JavaLikeCalc: The strings concatenation operation appended by the limit checking on limUserFile_SZ(10M).
    • System: Appended by DA Process as an interface to Linux processes in control their memory usage.
  • FIX:Archives: The requests TVArchEl::getVals() and "TValue:get:/serv/attr" appended of limiting the requesting depth in limUserIts_N (1e6) items to prevent for big memory consumption.
    • FIX: The Control Interface request "TValue:get:/serv/attr" fixed in limit calculation of the function getVals().
    • FIX:.,FSArch: The values archiving appended by limiting the writing operations at limUserIts_N (1e6) entries for tracing of consuming all memory in some cases.