RAM or System Memory Allocation Controls


Recommended Posts

I'd like to see the option in settings to adjust how the system memory gets allocated. Currently I do this with the mount -o remont,size= in the go script. I think having the ability to adjust how unraid assigns this would be great for power users. Maybe there is a plugin I haven't come across yet, but will add this request here in the mean time.

 

 

Link to comment
6 hours ago, testdasi said:

What does that mount command do?

Generally speaking it allows you to adjust the allocations for your tmpfs. See: https://wiki.archlinux.org/index.php/Tmpfs

 

Specifically for me I adjust how much can be allocated to my /tmp and other locations. I believe the default is to only allow up to 50% for the /tmp directory. I have a lot of memory so I allocate much more to it. Here are my settings from my go

 

#resize some directories
mount -o remount,size=192G /
mount -o remount,size=6G /run
mount -o remount,size=6G /dev
mount -o remount,size=6G /sys/fs/cgroup
mount -o remount,size=384M /var/log

Someone else much more knowledgeable  with linux might be able to chime in and correct any mistakes in the post. I cobble my information together and not always perfectly ;)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.