imothee / tmpdisk

Ram Disk Management App for OSX
Other
404 stars 50 forks source link

Ram Disks are limited to ~32GB size when TmpFS is used. #36

Open tonmischa opened 11 months ago

tonmischa commented 11 months ago

Trying to create a TmpFS RAM Disk with a size bigger than 32.768 results in a RAM Disk with 34,36 GB usable space.

(Maybe some Int16 limitation?)

imothee commented 10 months ago

Hmmm, turns out this is due to the way that mount_tmpfs works which seems to set a default limit to 50% of your total ram. I'll do some research to see if this can be changed, if not will have to set a max on creation I guess.

tonmischa commented 10 months ago

That explains it... I have 64 GB of RAM in my MacStudio.