man getrusage 2
dit
ru_maxrss (since Linux 2.6.32)
This is the maximum resident set size used (in kilobytes). For RUSAGE_CHILDREN, this is the resident set size of the largest
child, not the maximum resident set size of the process tree.
Alors, que signifie exactement ce nombre?
ru_maxss
est en octets sur les machines Mac OS X (Darwin), mais en kilo-octets sur les machines BSD et Linux. Voir stackoverflow.com/q/40773924/781723 et stackoverflow.com/q/12050913/781723 .
ru_maxrss
est en octets sur les machines mac / BSD.