You've already forked pgbackrest
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:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user