Created
October 13, 2011 18:57
-
-
Save brixen/1285153 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sasha:rubinius brian$ rbx -Xagent.start | |
irb(main):001:0> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sasha:oniguruma brian$ rbx console | |
VM: rbx -Xagent.start | |
Connecting to VM on port 52269 | |
Connected to localhost:52269, host type: x86_64-apple-darwin10.8.0 | |
console> get system.memory.large.bytes | |
var system.memory.large.bytes = 449160 | |
console> get system | |
var system = [ | |
"name", | |
"backtrace", | |
"threads", | |
"gc", | |
"memory", | |
"pid", | |
"jit", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment