-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompute.json
250 lines (250 loc) · 6.84 KB
/
compute.json
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
{
"compute": {
"concurrency": 2,
"max_boot_time": 8.0,
"max_request_time": 6.0,
"max_memory": 64,
"max_request_memory": 48
},
"avif": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/avifencode.tar.xz",
"filename": "/tmp/compute_avif",
"max_memory": 128,
"max_request_memory": 64,
"concurrency": 2
},
"base64": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/base64pp.tar.xz",
"filename": "/tmp/compute_base64",
"concurrency": 2
},
"basicauth": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/basicauth.tar.xz",
"filename": "/tmp/compute_basicauth",
"storage": true
},
"collector": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/collector.tar.xz",
"filename": "/tmp/compute_collector",
"storage": true,
"ephemeral": false
},
"counter": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/scounter.tar.xz",
"filename": "/tmp/compute_counter",
"shared_memory": 2,
"concurrency": 4,
"ephemeral": false
},
"deflate": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/deflate.tar.xz",
"filename": "/tmp/compute_deflate",
"max_memory": 64,
"max_request_memory": 32,
"ephemeral": false,
"split_hugepages": false,
"hugepage_arena_size": 64,
"request_hugepage_arena_size": 32
},
"espeak": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/espeak.tar.xz",
"filename": "/tmp/compute_espeak",
"allowed_paths": [
"/usr/lib/x86_64-linux-gnu/espeak-ng-data",
"/usr/local/share/espeak-ng-data"
]
},
"fetch": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/fetch.tar.xz",
"filename": "/tmp/compute_fetch",
"max_request_time": 16.0
},
"gbc": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/gbcemu.tar.xz",
"filename": "/tmp/compute_gbcemu",
"key": "123",
"max_memory": 128,
"max_request_memory": 64,
"concurrency": 4,
"storage": true
},
"go": {
"uri": "https://filebin.varnish-software.com/tinykvm_programs/goexample.tar.xz",
"address_space": 1800,
"remapping": ["0xC000000000", 256],
"max_memory": 64,
"concurrency": 4,
"storage": true
},
"hello": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/hello_world.tar.xz",
"filename": "/tmp/compute_hello_world",
"concurrency": 2,
"storage": true,
"server": {
"port": 8081,
"systems": 64
}
},
"jsapp": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/jsapp.tar.xz",
"filename": "/tmp/compute_jsapp",
"concurrency": 2,
"storage": true
},
"llama": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/llamapp.tar.xz",
"filename": "/tmp/compute_llamapp",
"allowed_paths": [
"/tmp/llama.f16",
"/sys/devices/system/cpu/online"
],
"max_memory": 6400,
"max_request_memory": 384,
"concurrency": 16,
"max_boot_time": 12.0,
"max_request_time": 32.0,
"req_mem_limit_after_reset": 320 /* Mbytes */
},
"minimal": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/minimal.tar.xz",
"filename": "/tmp/compute_minimal",
"max_memory": 10,
"max_request_memory": 4,
"concurrency": 2,
"storage": true,
"ephemeral": false
},
"minify": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/minify.tar.xz",
"filename": "/tmp/compute_minify"
},
"nim_storage": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/storage_example.tar.xz",
"filename": "/tmp/compute_nim_storage",
"storage": true
},
"nim_prefetch_task": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/prefetch_task.tar.xz",
"filename": "/tmp/compute_nim_prefetch_task",
"storage": true
},
"payload": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/payload.tar.xz",
"filename": "/tmp/compute_payload",
"max_memory": 128,
"max_request_memory": 80,
"ephemeral": false
},
"rust": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/rustpng.tar.xz",
"filename": "/tmp/compute_rust"
},
"shared_counter": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/shared_counter.tar.xz",
"filename": "/tmp/compute_shared_counter",
"shared_memory": 2
},
"stable_diffusion": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/sdpp.tar.xz",
"filename": "/tmp/compute_sdpp",
"allowed_paths": [
"/tmp/model.f16"
],
"max_memory": 3200,
"max_request_memory": 2400,
"concurrency": 1,
"max_boot_time": 16.0,
"max_request_time": 120.0
},
"stockfish": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/stockfish.tar.xz",
"filename": "/tmp/compute_stockfish",
"max_memory": 512,
"concurrency": 2,
"req_mem_limit_after_reset": 16
},
"thumbnails": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/thumbnails.tar.xz",
"max_memory": 512,
"max_request_memory": 512,
"filename": "/tmp/compute_thumbnails"
},
"to_string": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/to_string.tar.xz",
"filename": "/tmp/compute_to_string",
"max_request_time": 16.0
},
"v8": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/computeV8.tar.xz",
"filename": "/tmp/compute_v8",
"concurrency": 4,
"address_space": 1024,
"max_memory": 256,
"max_boot_time": 32.0,
"ephemeral": false,
"executable_heap": true
},
"watermark": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/watermark.tar.xz",
"filename": "/tmp/compute_watermark",
"max_memory": 128,
"max_request_memory": 64
},
"webp": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/webpencoder.tar.xz",
"key": "123",
"filename": "/tmp/compute_webp",
"max_memory": 128,
"max_request_memory": 64,
"concurrency": 2,
"ephemeral": false,
"hugepage_arena_size": 16
},
"xml": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/xmlpp.tar.xz",
"filename": "/tmp/compute_xml",
"max_memory": 64,
"max_request_memory": 16
},
"zlibng": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/zlibng.tar.xz",
"filename": "/tmp/compute_zlibng",
"ephemeral": false
},
"zstd": {
"group": "compute",
"uri": "https://filebin.varnish-software.com/tinykvm_programs/zstdpp.tar.xz",
"filename": "/tmp/compute_zstd",
"max_memory": 64,
"max_request_memory": 16
}
}