浏览代码

Increase mesh client sizes

Bob Mottram 8 年前
父节点
当前提交
e65f91c74a
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      src/freedombone-image
  2. 3
    3
      src/freedombone-image-mesh

+ 1
- 1
src/freedombone-image 查看文件

@@ -359,7 +359,7 @@ fi
359 359
 if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
360 360
     IMAGE_NAME=$'meshclient'
361 361
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
362
-        IMAGE_SIZE=4G
362
+        IMAGE_SIZE=6G
363 363
     fi
364 364
 fi
365 365
 

+ 3
- 3
src/freedombone-image-mesh 查看文件

@@ -56,14 +56,14 @@ MESH_AMNESIC=/root/.amnesic
56 56
 TOMB_LOG_SIZE_MB=32
57 57
 
58 58
 # size of the tomb used to store qtox settings
59
-TOMB_TOX_SIZE_MB=64
59
+TOMB_TOX_SIZE_MB=128
60 60
 
61 61
 # Tomb containing tox bootstrap
62
-TOMB_TOX_BOOTSTRAP_SIZE_MB=32
62
+TOMB_TOX_BOOTSTRAP_SIZE_MB=10
63 63
 
64 64
 # Tomb containing zeronet
65 65
 TOMB_ZERONET_CONFIG_SIZE_MB=10
66
-TOMB_ZERONET_DATA_SIZE_MB=128
66
+TOMB_ZERONET_DATA_SIZE_MB=512
67 67
 
68 68
 function create_ram_disk {
69 69
 	ramdisk_size_mb=$1