Just got to work and got the same error that Jorge Eduardo Perez Perez got on Windoze. I'll see if it is something I can track down quickly/easily enough to resolve things.
-
Login or Register
- Log in with
. about Stata/MP 14.0 for Unix (Linux 64-bit x86-64) Revision 05 May 2015 Copyright 1985-2015 StataCorp LP Total usable memory: 15.68 GB . di `"`c(os)'"' Unix . copy https://wbuchanan.github.io/StataOS/sysresources.jar /home/billy/ado/plus/s/ > sysresources.jar . sysresources, d Total committed memory is : 3.5 GiB Free Swap Space is : 232.8 GiB Total Available Swap Space is : 232.8 GiB Process CPU Time is : 1620000000 Free Physical Memory Available is : 14.0 GiB Total Physical Memory Available is : 15.7 GiB System CPU Load is : 0.009824099534745997 Process Load is : 5.750318406133844E-6 % Free Physical Memory is : 89.32899319648742
sysresources vm_stat
ado, find(sysresources)
. query java --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Java system information Java initialized no Advanced Java settings set java_heapinit 256m set java_heapmax 1024m set java_vmpath /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/server/libjvm.dylib . clicmd vm_stat, d par cl ------------------------------------------------------------------------------------- Key Value ------------------------------------------------------------------------------------- parser ((.*)(\s{1,}+)(.*)) cleaner (^([\w _]{1,}+)(\W{1,}.*)$) pgroups 2, 4 clgroups 2, 4 exec vm_stat pages_speculative 240936 decompressions 1303219 pages_throttled 0 pages_free 766219 pages_zero_filled 49374799 pages_inactive 308984 anonymous_pages 2017674 pageins 2249428 pages_wired_down 438923 pages_copy 1142861 pages_reactivated 2496 compressions 2208017 swapouts 0 pageouts 0 pages_active 2121365 pages_stored_in_compressor 633903 translation_faults 65140216 pages_occupied_by_compressor 316462 pages_purgeable 530933 swapins 0 file 653611 mach_virtual_memory_statistics bytes pages_purged 354377 ------------------------------------------------------------------------------------- . ret li macros: r(pages_purged) : "354377" r(mach_virtual_memo ry_statistics) : "bytes" r(file) : "653611" r(swapins) : "0" r(pages_purgeable) : "530933" r(pages_occupied_by _compressor) : "316462" r(translation_fault s) : "65140216" r(pages_stored_in_c ompressor) : "633903" r(pages_active) : "2121365" r(pageouts) : "0" r(swapouts) : "0" r(compressions) : "2208017" r(pages_reactivated) : "2496" r(pages_copy) : "1142861" r(pages_wired_down) : "438923" r(pageins) : "2249428" r(anonymous_pages) : "2017674" r(pages_inactive) : "308984" r(pages_zero_filled) : "49374799" r(pages_free) : "766219" r(pages_throttled) : "0" r(decompressions) : "1303219" r(pages_speculative) : "240936" r(exec) : "vm_stat" r(raw) : "Mach Virtual Memory Statistics: (page size of 4096 bytes)Pages free: 766219.Pages active: .." r(clgroups) : "2, 4" r(pgroups) : "2, 4" r(cleaner) : "(^([\w _]{1,}+)(\W{1,}.*)$)" r(parser) : "((.*)(\s{1,}+)(.*))"
. clicmd vm_stat, d ------------------------------------------------------------------------------------- Key Value ------------------------------------------------------------------------------------- parser .* cleaner .* pgroups 0, 0 clgroups 0, 0 exec vm_stat line7 Pages wired down: 439638. line6 Pages throttled: 0. line5 Pages speculative: 240948. line4 Pages inactive: 309258. line9 Translation faults: 65247729. line8 Pages purgeable: 530933. line13 Pages purged: 354377. line14 File-backed pages: 653627. line11 Pages zero filled: 49473281. line22 Swapins: 0. line12 Pages reactivated: 2496. line23 Swapouts: 0. line20 Pageins: 2249428. line10 Pages copy-on-write: 1143452. line21 Pageouts: 0. line19 Compressions: 2208017. line3 Pages active: 2129271. line17 Pages occupied by compressor: 316452. line2 Pages free: 756423. line18 Decompressions: 1303239. line1 Mach Virtual Memory Statistics: (page size of 4096 bytes) line15 Anonymous pages: 2025850. line16 Pages stored in compressor: 633883. -------------------------------------------------------------------------------------
Comment