First, I'm going to do manually;
PHASE 1: Inital Ram Disk
1.- Create Ram Disk & symlink to workdir
$ diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount
ram://1200`
$ ln -s /Volumes/RAM\ Disk /path_to_git_folder/workdir
2.- Build
3.- Backup Ramdisk => dmg file
$ mount
. . .
/dev/{
On Mon, Feb 23, 2015 at 5:14 AM, Robert Antoni Buj i Gelonch
wrote:
> There are a lot of copy operations before to package LO. I propose you copy
> the files to package into a temporary ramdisk.
>
I take it we're talking about 'instdir' which holds the to-be-packaged
files, then wouldn't it be ea
We can use tempfs in Linux (mount -o size=1G -t tmpfs none /mnt/tmpfs)
2015-02-23 11:31 GMT+01:00 Jonathan Aquilina :
> In terms of a ram disk I have that done in particular when compiling from
> source on gentoo. I think the biggest OS to ask how to do that on is
> Windows.
>
> On Mon, Feb 23, 2
In terms of a ram disk I have that done in particular when compiling from
source on gentoo. I think the biggest OS to ask how to do that on is
Windows.
On Mon, Feb 23, 2015 at 11:22 AM, Noel Grandin
wrote:
>
>
> On 2015-02-23 12:14 PM, Robert Antoni Buj i Gelonch wrote:
>
>> There are a lot of c
On 2015-02-23 12:14 PM, Robert Antoni Buj i Gelonch wrote:
There are a lot of copy operations before to package LO. I propose you copy the
files to package into a temporary ramdisk.
Creation of 1GB ramdisk in OS X:
And how do you propose to that under Windows and Linux?
There are a lot of copy operations before to package LO. I propose you copy
the files to package into a temporary ramdisk.
Creation of 1GB ramdisk in OS X:
$ diskutil erasevolume HFS+ 'LORAMDisk' `hdiutil attach -nomount
ram://2097152`
Deletion:
umount -f /Volumes/LORAMDisk
hdiutl detach /Volume