Comment on Garbage Collection in Ruby 2.1parentComments−joevandyk12ythis is why running large ruby apps on 64 bit OSs can take up a lot more memory than 32 bit.−riffraff12yisn't that true of most platforms? I know the JVM has compressed OOPS to limit this issue, but I am not aware of similar things elsewhere.
Comments
this is why running large ruby apps on 64 bit OSs can take up a lot more memory than 32 bit.
isn't that true of most platforms? I know the JVM has compressed OOPS to limit this issue, but I am not aware of similar things elsewhere.