mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 11:28:12 +08:00
r1207: reduced cap_kalloc from 1G to 500M
This reduces the peak memory.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define MM_VERSION "2.27-r1206-dirty"
|
||||
#define MM_VERSION "2.27-r1207-dirty"
|
||||
|
||||
#define MM_F_NO_DIAG (0x001LL) // no exact diagonal hit
|
||||
#define MM_F_NO_DUAL (0x002LL) // skip pairs where query name is lexicographically larger than target name
|
||||
|
||||
Reference in New Issue
Block a user