aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/py-debug/aws.jsonc3
-rw-r--r--src/conf/py-debug/localfs.jsonc6
2 files changed, 8 insertions, 1 deletions
diff --git a/src/conf/py-debug/aws.jsonc b/src/conf/py-debug/aws.jsonc
index df9a63a..23e8faf 100644
--- a/src/conf/py-debug/aws.jsonc
+++ b/src/conf/py-debug/aws.jsonc
@@ -66,6 +66,7 @@
},
{
"path": "random-dump.sql.xz",
+ "alloc-size": 2097152,
"group": "data-dump",
"pipeline": [
{
@@ -83,6 +84,7 @@
},
{
"path": "random-dump.0.xz",
+ "alloc-size": 2097152,
"group": "tar-media-0",
"pipeline": [
{
@@ -100,6 +102,7 @@
},
{
"path": "random-dump.1.xz",
+ "alloc-size": 2097152,
"group": "tar-media-1",
"pipeline": [
{
diff --git a/src/conf/py-debug/localfs.jsonc b/src/conf/py-debug/localfs.jsonc
index a33060d..80efd5d 100644
--- a/src/conf/py-debug/localfs.jsonc
+++ b/src/conf/py-debug/localfs.jsonc
@@ -23,7 +23,8 @@
// "dmode": "755",
// "fmode": "644",
"nb-copy-limit": 2,
- "root-size-limit": "Infinity"
+ "root-size-limit": "Infinity",
+ "block-size": 4096
},
"object-groups": [
{ "id": "pre-start" },
@@ -63,6 +64,7 @@
},
{
"path": "random-dump.sql.xz",
+ "alloc-size": 2097152,
"group": "data-dump",
"pipeline": [
{
@@ -80,6 +82,7 @@
},
{
"path": "random-dump.0.xz",
+ "alloc-size": 2097152,
"group": "tar-media-0",
"pipeline": [
{
@@ -97,6 +100,7 @@
},
{
"path": "random-dump.1.xz",
+ "alloc-size": 2097152,
"group": "tar-media-1",
"pipeline": [
{