Skip to content

Conversation

@pskrbasu
Copy link
Contributor

No description provided.

@pskrbasu pskrbasu requested a review from johnsmyth May 16, 2025 11:20
@pskrbasu pskrbasu self-assigned this May 16, 2025
@github-actions
Copy link

Preview Available 🚀

Commit Author: Ved misra
Commit Message: Add CHANGELOG for AWS plugin v0.9.2 (#67)

Preview Link: tailpipe-io-git-docs-memory-limit-docs-turbot.vercel.app

Define the maximum amount of disk space (in MB) that `tailpipe` is allowed to use for temporary storage of intermediate data, such as JSONL-formatted files used during processing.

This limit applies to the `.tailpipe/internal` directory and ensures that large result sets or slow-consuming data pipelines do not exhaust available disk space.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you disable the limit by setting it to 0 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Updating

|--------------------|-------------------------
| `log_level` | [`TAILPIPE_LOG_LEVEL`](/docs/reference/env-vars/tailpipe_log_level)
| `update_check` | [`TAILPIPE_UPDATE_CHECK`](/docs/reference/env-vars/tailpipe_update_check)
| `memory_max_mb` | [`TAILPIPE_MEMORY_MAX_MB`](/docs/reference/env-vars/tailpipe_memory_max_mb)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These new links need to be added to the sidebar as well...

|---------------------|-------------|-----------------------------------------
| `log_level` | off | Set the logging output level
| `update_check` | `true` | Enable or disable automatic update checking.
| `memory_max_mb` | `unlimited` | Caps CLI memory usage and determines worker count.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the value is 0 which means unlimited. maybe list it as: 0 (unlimited), eg:

| `memory_max_mb`             | `0` (unlimited) | Caps CLI memory usage and determines worker count.
| `plugin_max_memory_mb` | `0` (unlimited) | Sets soft memory cap per plugin.
| `max_temp_dir_mb`            | `0` (unlimited) | Limits JSONL temp file size on disk.

@johnsmyth johnsmyth merged commit f45f17e into main May 16, 2025
3 checks passed
@johnsmyth johnsmyth deleted the memory-limit-docs branch May 16, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants