1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Increase memory in ramdisk for Travis CI testing.

The co6 tests were occasionally running out of space so bump up the size of the ramdisk a bit to hopefully prevent this.

A longer term solution would be to disable the trace-level file logs when running on Travis CI since they seem to be using most of the space.
This commit is contained in:
David Steele
2019-12-14 10:20:23 -05:00
parent 6bd280f7bd
commit ccea30b8d8
+1 -1
View File
@@ -138,7 +138,7 @@ eval
processBegin('mount tmpfs');
processExec('mkdir -p -m 770 test');
processExec('sudo mount -t tmpfs -o size=2560m tmpfs test');
processExec('sudo mount -t tmpfs -o size=3072m tmpfs test');
processExec('df -h test', {bShowOutputAsync => true});
processEnd();