Page MenuHomeFreeBSD

use tmpfs instead of md for /tmp in arm images
ClosedPublic

Authored by lifanov_mail.lifanov.com on Aug 27 2015, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 17 2024, 1:57 AM
Unknown Object (File)
Mar 17 2024, 1:57 AM
Unknown Object (File)
Feb 2 2024, 4:20 PM
Unknown Object (File)
Dec 20 2023, 4:24 AM
Unknown Object (File)
Nov 21 2023, 2:43 PM
Unknown Object (File)
Nov 13 2023, 11:10 AM
Unknown Object (File)
Nov 7 2023, 6:59 PM
Unknown Object (File)
Oct 25 2023, 5:40 AM
Subscribers

Details

Reviewers
gjb
Summary

tmpfs is not experimental, is faster, supports size limits, and uses less memory. Use tmpfs instead of an md-based mount in /tmp.

Test Plan

boot an embedded board
dd if=/dev/zero of=/tmp/T bs=1m count=29 - OK
dd if=/dev/zero of=/tmp/T bs=1m count=31 - NOT OK

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 259
Build 259: arc lint + arc unit

Event Timeline

lifanov_mail.lifanov.com retitled this revision from to use tmpfs instead of md for /tmp in arm images.
lifanov_mail.lifanov.com updated this object.
lifanov_mail.lifanov.com edited the test plan for this revision. (Show Details)
lifanov_mail.lifanov.com added a reviewer: gjb.
gjb edited edge metadata.
This revision is now accepted and ready to land.Nov 8 2015, 6:03 PM

Committed as r290550. Apologies for the delay.