Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
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/{

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Ashod Nakashian
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

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
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

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread 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, 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

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Noel Grandin
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?

Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
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