-
Notifications
You must be signed in to change notification settings - Fork 9
/
schain_allocation.yml
883 lines (882 loc) · 30.5 KB
/
schain_allocation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
# DO NOT MODIFY THIS FILE MANUALLY!
# Use generate_schain_allocation.py script from helper-scripts repo.
devnet:
disk:
large: 71039975424
medium: 8879996928
small: 554999808
test: 8879996928
test4: 8879996928
leveldb_limits:
large:
default:
contract_storage: 12787195576
db_storage: 4262398525
max_consensus_db:
contract_storage: 7672317345
db_storage: 2557439115
max_contract_storage:
contract_storage: 32607348719
db_storage: 10869116239
max_filestorage:
contract_storage: 5754238009
db_storage: 1918079336
no_filestorage:
contract_storage: 19180793364
db_storage: 6393597788
medium:
default:
contract_storage: 1598399446
db_storage: 532799815
max_consensus_db:
contract_storage: 959039668
db_storage: 319679889
max_contract_storage:
contract_storage: 4075918589
db_storage: 1358639529
max_filestorage:
contract_storage: 719279751
db_storage: 239759917
no_filestorage:
contract_storage: 2397599170
db_storage: 799199723
small:
default:
contract_storage: 99899965
db_storage: 33299988
max_consensus_db:
contract_storage: 59939979
db_storage: 19979993
max_contract_storage:
contract_storage: 254744911
db_storage: 84914970
max_filestorage:
contract_storage: 44954984
db_storage: 14984994
no_filestorage:
contract_storage: 149849947
db_storage: 49949982
test:
default:
contract_storage: 1598399446
db_storage: 532799815
max_consensus_db:
contract_storage: 959039668
db_storage: 319679889
max_contract_storage:
contract_storage: 4075918589
db_storage: 1358639529
max_filestorage:
contract_storage: 719279751
db_storage: 239759917
no_filestorage:
contract_storage: 2397599170
db_storage: 799199723
test4:
default:
contract_storage: 1598399446
db_storage: 532799815
max_consensus_db:
contract_storage: 959039668
db_storage: 319679889
max_contract_storage:
contract_storage: 4075918589
db_storage: 1358639529
max_filestorage:
contract_storage: 719279751
db_storage: 239759917
no_filestorage:
contract_storage: 2397599170
db_storage: 799199723
shared_space: 8959950848
volume_limits:
large:
default:
max_consensus_storage_bytes: 21311992627
max_file_storage_bytes: 21311992627
max_reserved_storage_bytes: 7103997542
max_skaled_leveldb_storage_bytes: 21311992627
max_consensus_db:
max_consensus_storage_bytes: 51148782305
max_file_storage_bytes: 0
max_reserved_storage_bytes: 7103997542
max_skaled_leveldb_storage_bytes: 12787195576
max_contract_storage:
max_consensus_storage_bytes: 9590396682
max_file_storage_bytes: 0
max_reserved_storage_bytes: 7103997542
max_skaled_leveldb_storage_bytes: 54345581199
max_filestorage:
max_consensus_storage_bytes: 9590396682
max_file_storage_bytes: 44755184517
max_reserved_storage_bytes: 7103997542
max_skaled_leveldb_storage_bytes: 9590396682
no_filestorage:
max_consensus_storage_bytes: 31967988940
max_file_storage_bytes: 0
max_reserved_storage_bytes: 7103997542
max_skaled_leveldb_storage_bytes: 31967988940
medium:
default:
max_consensus_storage_bytes: 2663999078
max_file_storage_bytes: 2663999078
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 2663999078
max_consensus_db:
max_consensus_storage_bytes: 6393597788
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1598399447
max_contract_storage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 6793197649
max_filestorage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 5594398064
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1198799585
no_filestorage:
max_consensus_storage_bytes: 3995998617
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 3995998617
small:
default:
max_consensus_storage_bytes: 166499942
max_file_storage_bytes: 166499942
max_reserved_storage_bytes: 55499980
max_skaled_leveldb_storage_bytes: 166499942
max_consensus_db:
max_consensus_storage_bytes: 399599861
max_file_storage_bytes: 0
max_reserved_storage_bytes: 55499980
max_skaled_leveldb_storage_bytes: 99899965
max_contract_storage:
max_consensus_storage_bytes: 74924974
max_file_storage_bytes: 0
max_reserved_storage_bytes: 55499980
max_skaled_leveldb_storage_bytes: 424574853
max_filestorage:
max_consensus_storage_bytes: 74924974
max_file_storage_bytes: 349649879
max_reserved_storage_bytes: 55499980
max_skaled_leveldb_storage_bytes: 74924974
no_filestorage:
max_consensus_storage_bytes: 249749913
max_file_storage_bytes: 0
max_reserved_storage_bytes: 55499980
max_skaled_leveldb_storage_bytes: 249749913
test:
default:
max_consensus_storage_bytes: 2663999078
max_file_storage_bytes: 2663999078
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 2663999078
max_consensus_db:
max_consensus_storage_bytes: 6393597788
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1598399447
max_contract_storage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 6793197649
max_filestorage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 5594398064
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1198799585
no_filestorage:
max_consensus_storage_bytes: 3995998617
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 3995998617
test4:
default:
max_consensus_storage_bytes: 2663999078
max_file_storage_bytes: 2663999078
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 2663999078
max_consensus_db:
max_consensus_storage_bytes: 6393597788
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1598399447
max_contract_storage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 6793197649
max_filestorage:
max_consensus_storage_bytes: 1198799585
max_file_storage_bytes: 5594398064
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 1198799585
no_filestorage:
max_consensus_storage_bytes: 3995998617
max_file_storage_bytes: 0
max_reserved_storage_bytes: 887999692
max_skaled_leveldb_storage_bytes: 3995998617
mainnet:
disk:
large: 1687199940608
medium: 210899992576
small: 13181249536
test: 210899992576
test4: 210899992576
leveldb_limits:
large:
default:
contract_storage: 303695989309
db_storage: 101231996436
max_consensus_db:
contract_storage: 182217593585
db_storage: 60739197861
max_contract_storage:
contract_storage: 774424772739
db_storage: 258141590913
max_filestorage:
contract_storage: 136663195189
db_storage: 45554398396
no_filestorage:
contract_storage: 455543983963
db_storage: 151847994654
medium:
default:
contract_storage: 37961998663
db_storage: 12653999554
max_consensus_db:
contract_storage: 22777199197
db_storage: 7592399732
max_contract_storage:
contract_storage: 96803096592
db_storage: 32267698864
max_filestorage:
contract_storage: 17082899398
db_storage: 5694299799
no_filestorage:
contract_storage: 56942997995
db_storage: 18980999331
small:
default:
contract_storage: 2372624916
db_storage: 790874972
max_consensus_db:
contract_storage: 1423574949
db_storage: 474524983
max_contract_storage:
contract_storage: 6050193537
db_storage: 2016731179
max_filestorage:
contract_storage: 1067681212
db_storage: 355893737
no_filestorage:
contract_storage: 3558937374
db_storage: 1186312458
test:
default:
contract_storage: 37961998663
db_storage: 12653999554
max_consensus_db:
contract_storage: 22777199197
db_storage: 7592399732
max_contract_storage:
contract_storage: 96803096592
db_storage: 32267698864
max_filestorage:
contract_storage: 17082899398
db_storage: 5694299799
no_filestorage:
contract_storage: 56942997995
db_storage: 18980999331
test4:
default:
contract_storage: 37961998663
db_storage: 12653999554
max_consensus_db:
contract_storage: 22777199197
db_storage: 7592399732
max_contract_storage:
contract_storage: 96803096592
db_storage: 32267698864
max_filestorage:
contract_storage: 17082899398
db_storage: 5694299799
no_filestorage:
contract_storage: 56942997995
db_storage: 18980999331
shared_space: 212799979520
volume_limits:
large:
default:
max_consensus_storage_bytes: 506159982182
max_file_storage_bytes: 506159982182
max_reserved_storage_bytes: 168719994060
max_skaled_leveldb_storage_bytes: 506159982182
max_consensus_db:
max_consensus_storage_bytes: 1214783957237
max_file_storage_bytes: 0
max_reserved_storage_bytes: 168719994060
max_skaled_leveldb_storage_bytes: 303695989309
max_contract_storage:
max_consensus_storage_bytes: 227771991982
max_file_storage_bytes: 0
max_reserved_storage_bytes: 168719994060
max_skaled_leveldb_storage_bytes: 1290707954565
max_filestorage:
max_consensus_storage_bytes: 227771991982
max_file_storage_bytes: 1062935962583
max_reserved_storage_bytes: 168719994060
max_skaled_leveldb_storage_bytes: 227771991982
no_filestorage:
max_consensus_storage_bytes: 759239973273
max_file_storage_bytes: 0
max_reserved_storage_bytes: 168719994060
max_skaled_leveldb_storage_bytes: 759239973273
medium:
default:
max_consensus_storage_bytes: 63269997772
max_file_storage_bytes: 63269997772
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 63269997772
max_consensus_db:
max_consensus_storage_bytes: 151847994654
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 37961998663
max_contract_storage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 161338494320
max_filestorage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 132866995322
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 28471498997
no_filestorage:
max_consensus_storage_bytes: 94904996659
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 94904996659
small:
default:
max_consensus_storage_bytes: 3954374860
max_file_storage_bytes: 3954374860
max_reserved_storage_bytes: 1318124953
max_skaled_leveldb_storage_bytes: 3954374860
max_consensus_db:
max_consensus_storage_bytes: 9490499665
max_file_storage_bytes: 0
max_reserved_storage_bytes: 1318124953
max_skaled_leveldb_storage_bytes: 2372624916
max_contract_storage:
max_consensus_storage_bytes: 1779468687
max_file_storage_bytes: 0
max_reserved_storage_bytes: 1318124953
max_skaled_leveldb_storage_bytes: 10083655895
max_filestorage:
max_consensus_storage_bytes: 1779468687
max_file_storage_bytes: 8304187207
max_reserved_storage_bytes: 1318124953
max_skaled_leveldb_storage_bytes: 1779468687
no_filestorage:
max_consensus_storage_bytes: 5931562291
max_file_storage_bytes: 0
max_reserved_storage_bytes: 1318124953
max_skaled_leveldb_storage_bytes: 5931562291
test:
default:
max_consensus_storage_bytes: 63269997772
max_file_storage_bytes: 63269997772
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 63269997772
max_consensus_db:
max_consensus_storage_bytes: 151847994654
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 37961998663
max_contract_storage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 161338494320
max_filestorage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 132866995322
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 28471498997
no_filestorage:
max_consensus_storage_bytes: 94904996659
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 94904996659
test4:
default:
max_consensus_storage_bytes: 63269997772
max_file_storage_bytes: 63269997772
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 63269997772
max_consensus_db:
max_consensus_storage_bytes: 151847994654
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 37961998663
max_contract_storage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 161338494320
max_filestorage:
max_consensus_storage_bytes: 28471498997
max_file_storage_bytes: 132866995322
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 28471498997
no_filestorage:
max_consensus_storage_bytes: 94904996659
max_file_storage_bytes: 0
max_reserved_storage_bytes: 21089999257
max_skaled_leveldb_storage_bytes: 94904996659
qanet:
disk:
large: 177599938560
medium: 22199992320
small: 1387499520
test: 22199992320
test4: 22199992320
leveldb_limits:
large:
default:
contract_storage: 31967988940
db_storage: 10655996313
max_consensus_db:
contract_storage: 19180793364
db_storage: 6393597788
max_contract_storage:
contract_storage: 81518371798
db_storage: 27172790599
max_filestorage:
contract_storage: 14385595023
db_storage: 4795198341
no_filestorage:
contract_storage: 47951983411
db_storage: 15983994470
medium:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
small:
default:
contract_storage: 249749913
db_storage: 83249971
max_consensus_db:
contract_storage: 149849947
db_storage: 49949982
max_contract_storage:
contract_storage: 636862279
db_storage: 212287426
max_filestorage:
contract_storage: 112387461
db_storage: 37462487
no_filestorage:
contract_storage: 374624870
db_storage: 124874956
test:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
test4:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
shared_space: 22399942656
volume_limits:
large:
default:
max_consensus_storage_bytes: 53279981568
max_file_storage_bytes: 53279981568
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 53279981568
max_consensus_db:
max_consensus_storage_bytes: 127871955763
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 31967988940
max_contract_storage:
max_consensus_storage_bytes: 23975991705
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 135863952998
max_filestorage:
max_consensus_storage_bytes: 23975991705
max_file_storage_bytes: 111887961292
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 23975991705
no_filestorage:
max_consensus_storage_bytes: 79919972352
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 79919972352
medium:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544
small:
default:
max_consensus_storage_bytes: 416249856
max_file_storage_bytes: 416249856
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 416249856
max_consensus_db:
max_consensus_storage_bytes: 998999654
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 249749913
max_contract_storage:
max_consensus_storage_bytes: 187312435
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 1061437132
max_filestorage:
max_consensus_storage_bytes: 187312435
max_file_storage_bytes: 874124697
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 187312435
no_filestorage:
max_consensus_storage_bytes: 624374784
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 624374784
test:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544
test4:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544
testnet:
disk:
large: 177599938560
medium: 22199992320
small: 1387499520
test: 22199992320
test4: 22199992320
leveldb_limits:
large:
default:
contract_storage: 31967988940
db_storage: 10655996313
max_consensus_db:
contract_storage: 19180793364
db_storage: 6393597788
max_contract_storage:
contract_storage: 81518371798
db_storage: 27172790599
max_filestorage:
contract_storage: 14385595023
db_storage: 4795198341
no_filestorage:
contract_storage: 47951983411
db_storage: 15983994470
medium:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
small:
default:
contract_storage: 249749913
db_storage: 83249971
max_consensus_db:
contract_storage: 149849947
db_storage: 49949982
max_contract_storage:
contract_storage: 636862279
db_storage: 212287426
max_filestorage:
contract_storage: 112387461
db_storage: 37462487
no_filestorage:
contract_storage: 374624870
db_storage: 124874956
test:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
test4:
default:
contract_storage: 3995998617
db_storage: 1331999539
max_consensus_db:
contract_storage: 2397599170
db_storage: 799199723
max_contract_storage:
contract_storage: 10189796474
db_storage: 3396598824
max_filestorage:
contract_storage: 1798199377
db_storage: 599399792
no_filestorage:
contract_storage: 5993997926
db_storage: 1997999308
shared_space: 22399942656
volume_limits:
large:
default:
max_consensus_storage_bytes: 53279981568
max_file_storage_bytes: 53279981568
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 53279981568
max_consensus_db:
max_consensus_storage_bytes: 127871955763
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 31967988940
max_contract_storage:
max_consensus_storage_bytes: 23975991705
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 135863952998
max_filestorage:
max_consensus_storage_bytes: 23975991705
max_file_storage_bytes: 111887961292
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 23975991705
no_filestorage:
max_consensus_storage_bytes: 79919972352
max_file_storage_bytes: 0
max_reserved_storage_bytes: 17759993856
max_skaled_leveldb_storage_bytes: 79919972352
medium:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544
small:
default:
max_consensus_storage_bytes: 416249856
max_file_storage_bytes: 416249856
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 416249856
max_consensus_db:
max_consensus_storage_bytes: 998999654
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 249749913
max_contract_storage:
max_consensus_storage_bytes: 187312435
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 1061437132
max_filestorage:
max_consensus_storage_bytes: 187312435
max_file_storage_bytes: 874124697
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 187312435
no_filestorage:
max_consensus_storage_bytes: 624374784
max_file_storage_bytes: 0
max_reserved_storage_bytes: 138749952
max_skaled_leveldb_storage_bytes: 624374784
test:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544
test4:
default:
max_consensus_storage_bytes: 6659997696
max_file_storage_bytes: 6659997696
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 6659997696
max_consensus_db:
max_consensus_storage_bytes: 15983994470
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 3995998617
max_contract_storage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 16982994124
max_filestorage:
max_consensus_storage_bytes: 2996998963
max_file_storage_bytes: 13985995161
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 2996998963
no_filestorage:
max_consensus_storage_bytes: 9989996544
max_file_storage_bytes: 0
max_reserved_storage_bytes: 2219999232
max_skaled_leveldb_storage_bytes: 9989996544