Optimize service release logger memory use - #73
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Service Release does not use App/DVR/IPC debug logging paths, so the async logger queue is unnecessary runtime memory overhead for the production service. This reduces baseline private memory while preserving Debug diagnostics.
Verification
-- Auto-generated .clangd config successfully at: D:/source/repos/EGoTouchRev-rebuild/.clangd
-- Link-Time Optimization (LTO/IPO) is supported. Enabling for Release configuration...
-- Build spdlog: 1.17.0
-- Build type: Debug
-- Configuring done (5.9s)
-- Generating done (0.5s)
-- Build files have been written to: D:/source/repos/EGoTouchRev-rebuild/build/arm64-Debug
[2/8] Linking CXX static library Common.lib
[3/8] Linking CXX static library IPCCore.lib
[4/8] Linking CXX static library Solvers.lib
[5/8] Linking CXX static library Host.lib
[6/8] Linking CXX static library EGoTouchServiceCore.lib
[7/8] Linking CXX static library Device.lib
[8/8] Linking CXX executable EGoTouchService.exe
🤖 Generated with Claude Code