Maximum number of HTTP transactions held in the in-memory ring buffer
Log Buffer
100,000
Maximum number of log entries held in the in-memory ring buffer
When either buffer reaches capacity, the oldest 10% of entries are evicted — moved to the SQLite database or discarded depending on your retention settings. This keeps memory usage stable during long debugging sessions.
Rockxy stores data across several locations on disk:
Data
Location
User Preferences
~/Library/Preferences/com.amunx.Rockxy.plist
Root CA Key
macOS Keychain (managed by KeychainHelper)
Session Database
~/Library/Application Support/Rockxy/sessions.db
Large Bodies (>1MB)
~/Library/Application Support/Rockxy/bodies/
Rules
~/Library/Application Support/Rockxy/rules.json
Certificate Cache
~/Library/Application Support/Rockxy/certs/
The Root CA private key is stored in the macOS Keychain and protected by system-level access controls. Do not attempt to export or modify it manually — use Rockxy’s certificate management UI instead.