Skip to content
Discussion options

You must be logged in to vote

(AI assisted answer)

$ ps -o pid,%mem,rss,command -C ruby \
| awk 'NR==1{print;next}{$3=$3*1024; print}' \
| numfmt --to=iec --field=3 --header
    PID %MEM   RSS COMMAND
173830 0.4      223M ruby ./msfconsole

(keep in mind thats not a clean load, i have a pretty extensive msfconsole.rc)

Googling debian memory usage, the AI suggestion shows: Debian is known for being lightweight, with a minimal CLI installation of Debian 12 using approximately 260MB of RAM. Debian's requirement for 13 is 1gig with a desktop (https://www.debian.org/releases/trixie/amd64/ch03s04.en.html). Therefore it seems like metasploit needs 10% less memory than Debian CLI and only uses 1/4 of the memory of Debian 13 D…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@zxelzy
Comment options

@h00die
Comment options

h00die Mar 8, 2026
Collaborator

@zxelzy
Comment options

@h00die
Comment options

h00die Mar 9, 2026
Collaborator

Answer selected by h00die
@zxelzy
Comment options

@bcoles
Comment options

bcoles Apr 19, 2026
Collaborator

Comment options

You must be logged in to vote
1 reply
@zxelzy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants