Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Aug 13, 2024
1 parent 5e2ca08 commit 6225af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kr2r/src/bin/annotate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ use std::io::{self, BufReader, BufWriter, Read, Result, Write};
use std::path::Path;
use std::path::PathBuf;
use std::time::Instant;

// 定义每批次处理的 Slot 数量
pub const BUFFER_SIZE: usize = 8 * 1024 * 1024;
pub const BUFFER_SIZE: usize = 48 * 1024 * 1024;

/// Command line arguments for the splitr program.
///
Expand Down

0 comments on commit 6225af7

Please sign in to comment.