Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jprochazk
Copy link
Member

@jprochazk jprochazk commented Jun 20, 2025

Related

What

  • Changes the default server memory limit to 0B in:
    • Python, C++, Rust spawn
    • CLI

This previously caused spawn to take up a lot more memory than needed.

@jprochazk jprochazk added this to the 0.24.0 milestone Jun 20, 2025
@jprochazk jprochazk added sdk-python Python logging API sdk-rust Rust logging API sdk-cpp C/C++ API specific include in changelog CLI Related to the Rerun CLI labels Jun 20, 2025
Copy link

github-actions bot commented Jun 20, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
14d4c03 https://rerun.io/viewer/pr/10314 +nightly +main

Note: This comment is updated whenever you push a commit.

Copy link

github-actions bot commented Jun 20, 2025

Latest documentation preview deployed successfully.

Result Commit Link
14d4c03 https://landing-1zzbfvw5k-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

@Wumpf Wumpf self-requested a review June 25, 2025 12:51
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

great docs, thanks!

fn handle_msg(&mut self, msg: LogMsgProto) {
self.broadcast_log_tx.send(msg.clone()).ok();

if self.is_history_disabled() {
Copy link
Member

Choose a reason for hiding this comment

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

oh neat this part turned out way simpler than I thought it would

@Wumpf Wumpf merged commit b4e9f61 into main Jun 25, 2025
48 checks passed
@Wumpf Wumpf deleted the jan/fix-server-memory-limit branch June 25, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Related to the Rerun CLI include in changelog sdk-cpp C/C++ API specific sdk-python Python logging API sdk-rust Rust logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow starting gRPC server without full message history
2 participants