<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Archive size on APFS fills up disk in a strange way"]]></title>
		<link>https://forums.qrecall.com/posts/list/6.page</link>
		<description><![CDATA[Latest messages posted in the topic "Archive size on APFS fills up disk in a strange way"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ (Not sure whether this is related with this topic: <a class="snap_shots" href="http://forums.qrecall.com/posts/list/913.page" target="_blank">http://forums.qrecall.com/posts/list/913.page</a>) <br> <br>Since changing two Volumes from hfs+ to apfs I have two archives that frequently fill up my hard disk for apparently no reason. <br>After some investigation here are my findings: <br> <br>[list]Both archives report significant lower size in Finder than within QRecall (about 40 GB vs 120 GB).[/list] <br>[list]Free Space of the disk indicates that Finder is wrong (like in the other thread)[/list] <br>[list]Compacting the archive brings the archive back to the small size given in Finder[/list] <br>[list]Trying to automate the solution with a compact action (condition: ignore if archive size is &lt;60GB) failed. The action is not triggered (Finder size is 40 GB, Qrecall reports 72 GB today).I would assume that the condition is looking at the Finder size.[/list] <br>[list]this did not happen when the Volmes were hfs+ formatted. Source volume and archive volume are both apfs.[/list] <br> <br>Both archives are triggered several times daily, have regular merge actions and mostly have small layer sizes. <br> <br>I'll send a diagnostic report in a few minutes. <br> <br>Thanks for looking onto the issue.]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/3925.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/3925.page</link>
				<pubDate><![CDATA[Tue, 9 Jul 2019 03:23:49]]> GMT</pubDate>
				<author><![CDATA[ Johannes]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ Johannes, <br> <br>You are the third user that has reported something like this. And I'm beginning to suspect it's a bug in APFS. It also makes no sense to me that compacting the archive would make any difference. <br> <br>I would be interested in getting some allocation information about the archive files by running the 'ls -lskn' Terminal command on the archive (particularly at a point in time when the archive size and Finder size disagree), like this: <br>[code]ls -lskn /Volumes/YourVolume/Path/To/Archive.quanta[/code] <br>Secondly, I'd be interested to know if the disk repair tool in Disk Utility produces any anomalous output when you repair that volume. <br> <br>Finally, I'd be curious to know if there are any snapshots of that volume. You can find out by issuing the command: <br>[code]tmutil listlocalsnapshots /Volumes/YourVolume[/code]]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/3929.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/3929.page</link>
				<pubDate><![CDATA[Tue, 9 Jul 2019 12:38:13]]> GMT</pubDate>
				<author><![CDATA[ James Bucanek]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ James, <br> <br>thanks for looking into this. <br> <br>Here is part 1 of the answers: <br> <br>Archiv 1: <br>Finder size: 42,94 GB <br>Qrecal size: 82,62 GB <br>Output of ls -lskn: <br>[code]total 80155512 <br> 60 -rw-r--r-- 1 501 0 59224 10 Jul 18:06 displayname.index <br> 15920 -rw-r--r-- 1 501 0 16301912 10 Jul 18:06 filename.index <br> 4 -rw-r--r-- 1 501 0 56 10 Jul 18:06 fill.index <br> 196612 -rw-r--r-- 1 501 0 201326648 10 Jul 18:06 hash.index <br> 576 -rw-r--r-- 1 501 0 588449 10 Jul 18:06 hash_adjunct.index <br> 1068 -rw-r--r-- 1 501 0 1088080 10 Jul 18:06 layer.index <br> 16388 -rw-r--r-- 1 501 0 16777220 10 Jul 18:06 negative.index <br> 4 -rw-r--r-- 1 501 0 1489 10 Jul 18:06 outline.index <br> 485932 -rw-r--r-- 1 501 0 30081072 10 Jul 18:06 package.index <br> 756 -rw-r--r-- 1 501 0 770428 10 Jul 18:06 package_adjunct.index <br> 76945184 -rw-r--r-- 1 501 0 40124391024 10 Jul 18:06 repository.data <br> 38792 -rw-r--r-- 1 501 0 39183976 10 Jul 18:06 repository_4k.checksum32 <br> 1224892 -rw-r--r-- 1 501 0 1253888000 10 Jul 18:06 repository_p4w8k32m2.0.anvin_reed_sol <br> 2208 -rw-r--r-- 1 501 0 1224500 10 Jul 18:06 repository_p4w8k32m2.0_4k.checksum32 <br> 1224892 -rw-r--r-- 1 501 0 1253888000 10 Jul 18:06 repository_p4w8k32m2.1.anvin_reed_sol <br> 2208 -rw-r--r-- 1 501 0 1224500 10 Jul 18:06 repository_p4w8k32m2.1_4k.checksum32 <br> 4 -rw-r--r-- 1 501 0 122 10 Jul 18:06 sequence.index <br> 4 -rw-r--r-- 1 501 0 1814 5 Jul 09:33 settings.plist <br> 4 -rw-r--r-- 1 501 0 874 10 Jul 18:06 status.plist <br> 4 -rw-r--r-- 1 501 0 3872 30 Jun 2018 view.plist[/code] <br> <br>Archiv 2: <br>Finder Size: 491,5 MB <br>Qrecall Size: not available (opening the Archive presents an error as reported), probably 100 GB or more <br> <br>[code]total 151814832 <br> 4 -rw-r--r-- 1 501 20 240 8 Jul 17:00 displayname.index <br> 36 -rw-r--r-- 1 501 20 33144 8 Jul 17:00 filename.index <br> 4 -rw-r--r-- 1 501 20 520 8 Jul 17:00 fill.index <br> 24580 -rw-r--r-- 1 501 20 25165880 8 Jul 17:00 hash.index <br> 4 -rw-r--r-- 1 501 20 82 24 Mai 09:00 hash_adjunct.index <br> 4 -rw-r--r-- 1 501 20 3152 8 Jul 17:00 layer.index <br> 4 -rw-r--r-- 1 501 20 770 11 Jun 23:00 outline.index <br> 339172 -rw-r--r-- 1 501 20 1278000 8 Jul 17:00 package.index <br> 148 -rw-r--r-- 1 501 20 147532 8 Jul 17:00 package_adjunct.index <br>151398188 -rw-r--r-- 1 501 20 412997368 8 Jul 18:00 repository.data <br> 200 -rw-r--r-- 1 501 20 201660 8 Jul 18:00 repository_8k.checksum32 <br> 26224 -rw-r--r-- 1 501 20 25812992 8 Jul 18:00 repository_p8w8k16m2.0.anvin_reed_sol <br> 16 -rw-r--r-- 1 501 20 12604 8 Jul 18:00 repository_p8w8k16m2.0_8k.checksum32 <br> 26224 -rw-r--r-- 1 501 20 25812992 8 Jul 18:00 repository_p8w8k16m2.1.anvin_reed_sol <br> 16 -rw-r--r-- 1 501 20 12604 8 Jul 18:00 repository_p8w8k16m2.1_8k.checksum32 <br> 0 -rw-r--r-- 1 501 20 0 8 Jul 18:00 sequence.index <br> 4 -rw-r--r-- 1 501 20 2038 10 Jun 18:22 settings.plist <br> 4 -rw-r--r-- 1 501 20 1016 10 Jul 18:06 status.plist[/code] <br> <br>No snapshots on both Volumes. <br> <br>I'll try Disk repair later (have to save boot from an other account) <br> <br>Johannes]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/3940.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/3940.page</link>
				<pubDate><![CDATA[Wed, 10 Jul 2019 13:08:17]]> GMT</pubDate>
				<author><![CDATA[ Johannes]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ What appears to be happening is that the [b]repository.data[/b] file?the file with [i]all[/i] the important data?is taking up more physical (allocated) space than it actually contains. <br> <br>In the case of Archiv 1, the [b]repository.data[/b] file contained 40GB of data, but occupied 79GB of disk space. Stunningly, Archiv 2 contained only 0.4GB of data, but occupied 151GB of disk space. <br> <br>While adding sparse file support to QRecall 3.0, I've noticed that APFS can sometime over allocate space for a file and that is what seems to be happening here. <br> <br>My working theory is that APFS is not correctly handing pre-allocation requests. As the [b]repository.data[/b] file grows during a capture, QRecall periodically makes pre-allocation requests at the end of the file so if the disk suddenly runs out of space, QRecall has enough "head room" to write its wrap-up metadata and session records. <br> <br>To test this theory, I've built a pre-release version of [url=http://www.qrecall.com/release/QRecall_2.1.16(1).dmg]QRecall 2.1.16(1)[/url] that you can download and install. This hacked version doesn't perform any preallocation of the [b]repository.data[/b] file. It won't fix the over-allocated space you have now, but if you compact the archive and perform new captures, those new captures won't cause it to over-allocate the file?assuming my theory is correct. <br> <br>Give this version and try and please keep me posted.]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/3941.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/3941.page</link>
				<pubDate><![CDATA[Wed, 10 Jul 2019 14:11:47]]> GMT</pubDate>
				<author><![CDATA[ James Bucanek]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ I compacted the Archive 1 (run surprisingly fast). Qrecall size is back to Finder size. <br>I installed the special version of qrecall, opened the archive: Size in Qrecall is back to 80 something GB (strange) <br>Again compacting (this time it took as long as usual). Qrecall Size is back to finder size. <br>Now let's see what happens the next days ... <br> <br>Johannes <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/3943.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/3943.page</link>
				<pubDate><![CDATA[Wed, 10 Jul 2019 17:15:09]]> GMT</pubDate>
				<author><![CDATA[ Johannes]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ James, <br>it seems your theory is correct. After 2 weeks both archives have kept their size. Everything works again as expected with the hacked version. <br>Thanks for the quick support. <br>Johannes]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/4035.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/4035.page</link>
				<pubDate><![CDATA[Sun, 28 Jul 2019 14:21:55]]> GMT</pubDate>
				<author><![CDATA[ Johannes]]></author>
			</item>
			<item>
				<title>Re:Archive size on APFS fills up disk in a strange way</title>
				<description><![CDATA[ Johannes, <br> <br>Thanks for the confirmation! <br> <br>Look for a new release of QRecall that works around this issue.]]></description>
				<guid isPermaLink="true">https://forums.qrecall.com/posts/preList/1091/4036.page</guid>
				<link>https://forums.qrecall.com/posts/preList/1091/4036.page</link>
				<pubDate><![CDATA[Sun, 28 Jul 2019 16:33:47]]> GMT</pubDate>
				<author><![CDATA[ James Bucanek]]></author>
			</item>
	</channel>
</rss>