Hacker News new | ask | show | jobs
by toupeira 4254 days ago
Try "journalctl -e" or "journalctl --since today", it seems like by default it will load all available logs which leads to this slugishness.
2 comments

it is slow because log is read written in a block binary format but pager accepts byte granular fseek feature to go forward without loading everything into $PAGER's buffers.
See ? People complaining before reading TFM. Thank you !