##// END OF EJS Templates
clonebundles: document REQUIREDRAM key...
Gregory Szorc -
r45812:20d110e6 stable
parent child Browse files
Show More
@@ -156,6 +156,14 b' REQUIRESNI'
156
156
157 Value should be "true".
157 Value should be "true".
158
158
159 REQUIREDRAM
160 Value specifies expected memory requirements to decode the payload.
161 Values can have suffixes for common bytes sizes. e.g. "64MB".
162
163 This key is often used with zstd-compressed bundles using a high
164 compression level / window size, which can require 100+ MB of memory
165 to decode.
166
159 heads
167 heads
160 Used for pull bundles. This contains the ``;`` separated changeset
168 Used for pull bundles. This contains the ``;`` separated changeset
161 hashes of the heads of the bundle content.
169 hashes of the heads of the bundle content.
General Comments 0
You need to be logged in to leave comments. Login now