Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ mkdir -p /tmp/shmemory
  2. $ sudo mount -t tmpfs -o size=1G noname /tmp/shmemory/
  3.  
  4. $ mount | grep -i shmem
  5. noname on /tmp/shmemory type tmpfs (rw,relatime,size=1048576k)
  6.  
  7. $ mount | grep -iE "shms"
  8. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement