/about output:
{
"version": "v2.5.13",
"uiVersion": "v2.5.13",
"commit": "036dd5e",
"deploymentId": "01KKBMQ41SRQX84E59YHVR4EV4",
"updateAvailable": false,
"latestVersion": null,
"llmActive": false,
"llmProvider": null,
"oidcActive": false,
"license": {
"name": "AGPL-3.0-only",
"version": "v1",
"plan": "OSS",
"deploymentInfo": "Managed"
},
"mode": "Standalone",
"staging": "/data/staging",
"hotTier": "Disabled",
"grpcPort": 8001,
"store": {
"type": "Local drive",
"path": "/data/local-storage"
},
"analytics": {
"clarityTag": null
}
}
Description:
During our evaluation of parseable as a centralized logging solution, we have conducted two ingestion tests, sending 20GB and 80GB of log messages into the system, then performed searches over the dataset. During this time, memory usage (RSS) of the parseable process has increased:
- during the first test (20 GB ingested): 1396 MB -> 3851MB
- during the second test (80 GB ingested): 3855 MB -> 4739 MB
This suggests that there is a slow but steady memory leak.
/aboutoutput:{ "version": "v2.5.13", "uiVersion": "v2.5.13", "commit": "036dd5e", "deploymentId": "01KKBMQ41SRQX84E59YHVR4EV4", "updateAvailable": false, "latestVersion": null, "llmActive": false, "llmProvider": null, "oidcActive": false, "license": { "name": "AGPL-3.0-only", "version": "v1", "plan": "OSS", "deploymentInfo": "Managed" }, "mode": "Standalone", "staging": "/data/staging", "hotTier": "Disabled", "grpcPort": 8001, "store": { "type": "Local drive", "path": "/data/local-storage" }, "analytics": { "clarityTag": null } }Description:
During our evaluation of parseable as a centralized logging solution, we have conducted two ingestion tests, sending 20GB and 80GB of log messages into the system, then performed searches over the dataset. During this time, memory usage (RSS) of the
parseableprocess has increased:This suggests that there is a slow but steady memory leak.