DevOps Stuff's (@devops_inside) 's Twitter Profile
DevOps Stuff's

@devops_inside

🐧 DevOps | SRE | Cloud | System Design πŸ‘¨πŸ»β€πŸ’»

πŸ‘¨πŸ»β€πŸ’» Join me for interesting posts and threads about DevOps & Related technologies.

ID: 3781170493

calendar_today04-10-2015 12:42:45

72 Tweet

1,1K Followers

4,4K Following

DevOps Stuff's (@devops_inside) 's Twitter Profile Photo

Think Linux permissions are just about rwx? πŸ€” True system control goes deeper. A simple way to set a memory limit for a process in the current shell: $ ulimit -v 512000 This limits virtual memory to ~500MB. It's resource permission in action! #Linux #DevOps #SRE