@meridiona/meridian-darwin-arm64 1.52.4 → 1.52.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/bin/meridian +0 -0
- package/package.json +1 -1
- package/scripts/install-openobserve-daemon.sh +2 -2
- package/services/pyproject.toml +1 -1
- package/services/uv.lock +1 -1
- package/ui.tar.gz +0 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.52.
|
|
1
|
+
1.52.6
|
package/bin/meridian
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meridiona/meridian-darwin-arm64",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.6",
|
|
4
4
|
"description": "Prebuilt Meridian app for macOS arm64 (daemon binary + dashboard + Python services). Installed via @meridiona/meridian.",
|
|
5
5
|
"homepage": "https://github.com/Meridiona/meridian",
|
|
6
6
|
"repository": {
|
|
@@ -154,8 +154,8 @@ else
|
|
|
154
154
|
fi
|
|
155
155
|
export RUST_LOG
|
|
156
156
|
|
|
157
|
-
export ZO_MEMORY_CACHE_MAX_SIZE=
|
|
158
|
-
export ZO_DATAFUSION_POOL_SIZE=
|
|
157
|
+
export ZO_MEMORY_CACHE_MAX_SIZE=512 # 512 MB (unit is MB in v0.15+; bytes caused panic)
|
|
158
|
+
export ZO_DATAFUSION_POOL_SIZE=4096 # 4 GB (unit is MB in v0.15+)
|
|
159
159
|
|
|
160
160
|
exec "${HOME}/.openobserve/openobserve"
|
|
161
161
|
RUNEOF
|
package/services/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "meridian-agents"
|
|
7
|
-
version = "1.52.
|
|
7
|
+
version = "1.52.6"
|
|
8
8
|
description = "Meridian agents — MLX classifier server and Jira worklog synthesis for meridian.db"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
authors = [{ name = "Meridiona" }]
|
package/services/uv.lock
CHANGED
package/ui.tar.gz
CHANGED
|
Binary file
|