The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

Overhead of Tmpfs mounting

I have a website in the makes that runs C/C++ programs. Right now, every user has their own directory for projects. But since I've decided to use another site to store their files (I'm thinking ...
2
votes
2answers
183 views

In memory relational database

I know this question is asked multiple times in stackoverflow. I am posting this question to find out what will be the best choice in for my design. I have following schema for my job details. ...
0
votes
1answer
370 views

Ramdisk and PHP, worth it? [closed]

Knowing that a ramdisk (tmpfs) is emptied everytime you restart, could it be possible and/or worth it (on a performance point of view) to create a ramdisk folder containing PHP files and decide, ...
0
votes
0answers
114 views

SUSE Enterprise 11.2 and tmpfs and /var/run [closed]

Trying to mount /var/run and /var/lock via tmpfs. Using SUSE Ent 11.2
0
votes
1answer
268 views

Nginx with /var/log on tmpfs

I have the development machine set up to use tmpfs for /var/log. Given that, at every boot the content is blank and gradually filled with whatever processes create while logging their guts. The ...
6
votes
1answer
299 views

scala-io, moving file from tmpfs too slow

I faced up with a strange scala-io moveTo method issue. Here is my filesystem, tmp directory resides in ram. ~ % df -Th ~/ :) Filesystem ...