aprs.me/config
Graham McIntire a0c2970b42
Revert to smaller batch sizes to reduce garbage collection frequency
Reduced batch processing parameters to prevent excessive GC:
- Reduced batch_size from 500 to 100 packets
- Adjusted batch_timeout from 2000ms to 1000ms for faster processing
- Reduced max_demand from 750 to 300 to match smaller batches
- Updated hardcoded fallback from 500 to 100 in packet_consumer.ex
- Changed minor GC trigger from 500 to 100 packets to match batch size

These smaller batch sizes were proven to work well in production and
should significantly reduce the frequency of garbage collection while
maintaining good performance.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 17:46:04 -05:00
..
config.exs Revert to smaller batch sizes to reduce garbage collection frequency 2025-07-19 17:46:04 -05:00
dev.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
prod.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
runtime.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
test.exs fix geolocation hopefully 2025-07-10 17:12:49 -05:00