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> |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||