<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>
<div>
<div style="direction:ltr">Understood not sure if it’s tmpfs but I have everything on a single disk. I have a 4th gen i7 in this laptop but what I can’t understand is why even with ccache takes about 2 hrs to compile
</div>
</div>
<div><br>
</div>
<div class="x_ms-outlook-ios-signature">
<div style="direction:ltr">Regards,</div>
<div style="direction:ltr">Jonathan Aquilina</div>
<div style="direction:ltr">Owner managing director</div>
<div><br>
</div>
<div style="direction:ltr">Phone (356) 20330099</div>
<div style="direction:ltr">Mobile (356) 79957942</div>
<div><br>
</div>
<div style="direction:ltr">Email sales@eagleeyet.net</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Wols Lists <antlists@youngman.org.uk><br>
<b>Sent:</b> Sunday, September 29, 2019 1:09:54 PM<br>
<b>To:</b> Jonathan Aquilina <jaquilina@eagleeyet.net>; libreoffice@lists.freedesktop.org <libreoffice@lists.freedesktop.org><br>
<b>Subject:</b> Re: Ram disk Scratch Space</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 29/09/19 11:26, Jonathan Aquilina wrote:<br>
> Hi Wol,<br>
> <br>
> I have 16gb of ram. When I was on gentoo I was using 9gb of ram as a ramdisk to help speed up compilation. You mention temp if its on the same disk aren’t you going to have no gains in performance like that?<br>
> <br>
My reasoning was "it can't harm and might help". If /tmp is tmpfs then<br>
it gets cleared out every boot. Saves wasting space. And<br>
/var/tmp/portage was tmpfs for the same reason - if the system crashed<br>
during an upgrade it would have caused a bit of a problem but otherwise<br>
it's fine.<br>
<br>
Where is your swap? Is that on the same disk - do you only have the one?<br>
A tmpfs stores everything in memory - ram+virtual - so if it runs out of<br>
ram it overflows into swap. I just wanted the space available if it was<br>
needed.<br>
<br>
Bear in mind also that if you make heavy use of tmpfs, then with gentoo<br>
it probably never touches the hard drive - it's downloaded, exploded and<br>
compiled in ram all the way. On Fedora, it'll be slower because it needs<br>
to be pulled from disk by the compiler. And a ramdisk won't help because<br>
you've got to copy it on to the disk ... :-)<br>
<br>
I'd just trust linux to do the best with what's available, and don't<br>
expect two very different distros to behave similarly.<br>
<br>
Cheers,<br>
Wol<br>
</div>
</span></font>
</body>
</html>