[root@node101 config]# cat kibana.yml ## ** THIS IS AN AUTO-GENERATED FILE **## Default Kibana configuration for docker target
server.host: "0.0.0.0"
server.shutdownTimeout: "5s"
elasticsearch.hosts: ["http://localhost:9200"]
monitoring.ui.container.elasticsearch.enabled: true
i18n.locale: "zh-CN"[root@node101 config]# cat node.options ## Node command line options## See `node --help` and `node --v8-options` for available options## Please note you should specify one option per line## max size of old space in megabytes#--max-old-space-size=4096## do not terminate process on unhandled promise rejection--unhandled-rejections=warn## restore < Node 16 default DNS lookup behavior
--dns-result-order=ipv4first## enable OpenSSL 3 legacy provider#--openssl-legacy-provider
运行至第一句涉及矩阵运算的代码(如cv::multiply)时报错
HEAP CORRUPTION DETECTED: after Normal block (#45034) at 0x000001BDC586F0E0.
CRT detected that the application wrote to memory after end of heap buffer.release下不会报错࿰…