Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change network compression from lzma to zstd. #4083

Merged
merged 1 commit into from
May 25, 2023

Conversation

thelsing
Copy link
Collaborator

@thelsing thelsing commented May 24, 2023

Identify the Bug or Feature request

Fixes #4082

Description of the Change

This changes the compression for message from lzma to zstd.
Memory values for my campaign were:
zstd 540 MB
lzma 880 MB
gzip 590 MB
no compression 540 MB

Possible Drawbacks

Should be none.

Release Notes

  • change compression for messages from lzma to zstd

This change is Reviewable

@cwisniew cwisniew added this pull request to the merge queue May 25, 2023
Merged via the queue into RPTools:develop with commit 2faf88e May 25, 2023
@thelsing thelsing deleted the compression branch May 25, 2023 21:07
@cwisniew cwisniew added the performance A performance or quality of life improvement label Jun 8, 2023
@cwisniew cwisniew changed the title change compression from lzma to zstd. change network compression from lzma to zstd. Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance or quality of life improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Increase of memory usage in 1.13.x
3 participants