Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ChronicleQueueBuilder 接口(4.5)允许对队列文件特征进行参数化。默认情况下,我每天获得 80mb 的文件。
除非你有理由改变它,否则我会保持原样。如果您使块大小更小,它可能会在 Windows 上使用更少的空间,尽管在 linux 上它使用稀疏文件,所以它不会产生影响。
您可以将块大小增加到 1 GB 或更多,但是如果您担心调整大小的成本,我建议定期在另一个线程中调用 pretoucher() 以确保始终有空间。