CentOS + tmpfs
I saw this in a report:
/etc/cron.daily/archiveSnort.sh:
Out of memory (Needed 3608488 bytes)
Just decided to extend tmpfs:
Modify /etc/fstab line to look something like this:
tmpfs /dev/shm tmpfs size=1g 0 0
Some tips for me and other
I saw this in a report:
/etc/cron.daily/archiveSnort.sh:
Out of memory (Needed 3608488 bytes)
Just decided to extend tmpfs:
Modify /etc/fstab line to look something like this:
tmpfs /dev/shm tmpfs size=1g 0 0
Comments are currently closed.