You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May 16 11:29:14 lfw-ds001-i035 kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-1000.slice/session-4094.scope,task=blastn,pid=1241549,uid=1>
May 16 11:29:14 lfw-ds001-i035 kernel: Out of memory: Killed process 1241549 (blastn) total-vm:182352216kB, anon-rss:26526796kB, file-rss:2164kB, shmem-rss:0kB, UID:1000 pgtables:355928kB oom_score_adj:0
The text was updated successfully, but these errors were encountered:
This seems to be fixed by enabling swap, but we can also try using GNU parallel to split up the query file and process sequentially. Something like this (not tested):
So at least in our configuration it helps to split up in chunks as long as they are not too small. The updated command looks like this, I'll submit a PR:
blastn on nt is running out of memory with around 10k sequences and 24 GB available.
nt database:
sar -r
output:journalctl -xb
output:The text was updated successfully, but these errors were encountered: