Tuesday, September 8, 2015

macos - 32-bits or 64-bits in Snow Leopard


How should I know which application is running in 64-bits and which is running in 32-bits in Snow Leopard?


Answer



Activity Monitor shows what kind of process is running under the "Kind" column. "Intel (64 bit)" is 64-bit and "Intel" is 32-bit.


alt text


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...