Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 67d4535

Browse files
build: assets memory allocation IC
Signed-off-by: peterpeterparker <[email protected]>
1 parent 6d75cf4 commit 67d4535

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dfx.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"entrypoint": "studio/www/index.html"
1111
},
1212
"source": ["studio/www"],
13-
"type": "assets"
13+
"type": "assets",
14+
"initialization_values": {
15+
"memory_allocation": "8GB"
16+
}
1417
}
1518
},
1619
"defaults": {

0 commit comments

Comments
 (0)