1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

FreeBSD needs multiple -o.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-02-08 18:29:52 +00:00
parent ee827e52a7
commit 7fa3f1c5a9

View file

@ -59,7 +59,7 @@ module Memory
end
end
else
PSCMD = ["ps", "-o", "vsz=,rss=", "-p"]
PSCMD = ["ps", "-ovsz=","-orss=", "-p"]
PAT = /^\s*(\d+)\s+(\d+)$/
keys << :size << :rss