wkcn edited a comment on issue #18501:
URL: 
https://github.com/apache/incubator-mxnet/issues/18501#issuecomment-643015988


   I'm trying to use `ninja` to build MXNet 2.0 (the master branch) on my 
laptop computer (16 GB mem + 8GB virtual mem). I will update the log later.
   
   ```bash
   cmake  -GNinja -DUSE_CUDA=0 ..
   cgmemtime ninja
   ```
   
   I run `ninja` two times since the building is interrupted, and the second 
time continues the building.
   (gcc 10.1.0, i7-7500u (2 cores 4 threads), MXNet(master, 1bf881f))
   ```
   Child user: 3692.505 s
   Child sys :  177.550 s
   Child wall: 1017.096 s
   Child high-water RSS                    :    1852208 KiB
   Recursive and acc. high-water RSS+CACHE :    3877980 KiB
   
   Child user: 13315.378 s
   Child sys :  353.862 s
   Child wall: 3847.364 s
   Child high-water RSS                    :   11402844 KiB
   Recursive and acc. high-water RSS+CACHE :   12226040 KiB
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to