Returns the used memory
60 61 62 63
# File 'lib/titan/thread.rb', line 60 def used_memory used_memory = Titan::System.ps('rss', @pid) used_memory ? used_memory.to_i : nil end