Anyone knows how to modify tmpfs on centos6 permanently.

Thank you.

Recommended Answers

All 4 Replies

What do you mean by "modify tmpfs? Where it is mounted? Please explain exactly what you are trying to accomplish.

I want to increase the size of the tmpfs for Oracle. I'm running Centos 6.

thks

You should be able to modify the tmpfs entry in /etc/fstab to add the option size=NN where NN is something like 20M, etc. Here is a link to a good article on the subject: http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/

Note that tmpfs uses the swap file for storage, so make sure your swap space is big enough for your needs.

Thank you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.