> Date: Mon, 22 Jan 2018 09:06:10 -0500 > From: Richard Hipp <[email protected]> > On 1/22/18, Martin Vahi <[email protected]> wrote: >> >> ----citation--start--- >> Fossil internal error: out of memory >> ----citation--end----- >> >> It happened during the execution of the >> >> fossil ci > > Do you have a test case that we can use for debugging? >...
Now I do. A ~18.3GiB file resides at https://temporary.softf1.com/2018/bugs/2018_01_26_Fossil_out_of_RAM_bug_test_case_t1.tar.xz SHA256: e671cbfc804b91d2295e00deae5f9ca4ab81b7c8a94ee7a3c7a2118ef952d2f9 The tar.xz can be also downloaded with BitTorrent. The torrent file resides at: https://temporary.softf1.com/2018/bugs/2018_01_26_Fossil_out_of_RAM_bug_test_case_t1.tar.xz.torrent After unpacking the tar.xz, the tar-file is about 23GiB. About 5GiB of it is the Fossil repository file and about 17GiB of it is a tar-file with about 140k files that the test tries to insert to the fossil repository. The test script makes a copy of the 5GiB Fossil repository file, runs "fossil open" on it, which copies files from the repository file copy to the temporary sandbox folder, and then the test unpacks the 17GiB tar-file to the fossil sandbox folder and runs "fossil add" on the new files. The overall HDD requirement is roughly ~18GiB + (3 * ~23GiB) = ~87GiB === ~90GiB I'll probably delete the tar.xz and the torrent file from my home page after a few months, depending on how much I need the HDD space at my hosting account. Thank You (all) for the help and for the comments. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

