2024-09-15 15:18:54 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-12-09 14:07:37 -08:00
|
|
|
sudo mount -t tmpfs -o size=100M tmpfs pkg/persistence/test_profiles
|
2025-02-03 16:25:34 -08:00
|
|
|
sudo mount -t tmpfs -o size=500M tmpfs cmd/data
|
2025-02-02 20:35:46 -08:00
|
|
|
sudo mount -t tmpfs -o size=1000M tmpfs sample_data/profile
|