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
This article is about the SI unit of 1000 bytes. For the binary unit of 1024 bytes, see kibibyte.
"KByte" redirects here. For the battery electric car from Future Mobility Corporation, see Byton K-Byte.
This article is about the SI unit of 1000 bytes. For the binary unit of 1024 bytes, see kibibyte.
"KByte" redirects here. For the battery electric car from Future Mobility Corporation, see Byton K-Byte.
runner.c line 111
_result->memory = resource_usage.ru_maxrss * 1024;
根据 http://man7.org/linux/man-pages/man2/getrusage.2.html
maxrss应为kilobytes
根据 SI 1kilobytes = 10^3 bytes
这里使用1024是否准确
The text was updated successfully, but these errors were encountered: