1
0
Fork 0

issue #520: example bug in docs

This commit is contained in:
Jan Steemann 2013-05-13 08:49:15 +02:00
parent d9a9f6e04b
commit 95b44f588b
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
arango> require("internal").processStat();
{ minorPageFaults : 2683,
{
minorPageFaults : 2683,
majorPageFaults : 0,
userTime : 26,
systemTime : 7,
numberThreads : 4,
numberOfThreads : 4,
residentSize : 2288,
virtualSize : 55861248 }
virtualSize : 55861248
}