Hi Team,
How much storage space required to setup a canton network in the VM which includes dependencies like (java, os, docker, docker compose, daml sdk) and running a canton network (domain, participant nodes)?
Hi Team,
How much storage space required to setup a canton network in the VM which includes dependencies like (java, os, docker, docker compose, daml sdk) and running a canton network (domain, participant nodes)?
Hi Manu,
In terms of your VM’s initial storage-on-disk for the operating system type needs (Package cache, Java, Swap space, BOOT directory, Userspace etc), you would be looking at a minimum of 30GB VM assuming it was Ubuntu Linux 20.04/22.04 LTS.
Specifically referring to the Canton application, these are further considerations:
--log-profile=container
as Canton logging can generate a substantial amount of Logs, even at the INFO/WARN level notifications.For further information about Canton Logging, visit here.