K2InformaticsGmbH / dderl

Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
Apache License 2.0
23 stars 12 forks source link

fsm resource waste for grapics #593

Open stoch opened 5 years ago

stoch commented 5 years ago

After using graphics (even the standard xy-plot) I see a CPU waste in the system:

image

image

This persists after closing all fsm instances (empty DDerl window).

stoch commented 5 years ago

Probably false alarm induced by bad timestamp generating hangs in datetime processing, possibly in imem_snap.

Need to check imem_datatype:offset_timestamp and snapshot mechanism for tables with ddTimestamp() as key.