Skip to content

Instantly share code, notes, and snippets.

@brixen
Created October 13, 2011 18:57
Show Gist options
  • Save brixen/1285153 to your computer and use it in GitHub Desktop.
Save brixen/1285153 to your computer and use it in GitHub Desktop.
sasha:rubinius brian$ rbx -Xagent.start
irb(main):001:0>
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