Trent Zhou
Trent Zhou
sysrepoctl - sysrepo YANG schema manipulation tool, compiled with libsysrepo v2.2.150 (SO v7.23.1)
Thanks. I have one more question: if my existing system has already loaded the ietf-yang-instance-data.yang module, and now I'm having this error. What should I do to recover the system?
Thanks. Is there any plan to support callbacks for the running datastore, just like the operational datastore?
I changed `SR_CONN_CACHE_RUNNING` to `SR_CONN_DEFAULT`, there is no change.
This problem can be reproduced very easily. I cleanly installed sysrepo and netopeer2, then installed yang `[email protected]` and `[email protected]`. So this is a very simple environment. Then I used this...
 This is the graph displayed by massif visualizer. I noticed that the memory usage is lower when the program runs with massif. The memory usage is worse without massif.
In my test, when I return 1 million fake interfaces, the memory consumption of netopeer2 goes up to 1GB. After the result is returned, the memory is still at 1GB....
I still feel confused. Look at the massif report:  After the oper data is returned, it seems netopeer2 is still holding the data. Can the data be freed immediately?
Thanks for your information. This issue can be closed now.
Is it possible to have a daemon process for sysrepo? Caching is hard, but running a daemon is simpler. If the daemon is available, then `sysrepoctl` and `sysrepocfg` do not...