$ ls -ld .daml/dist/carbon-0.0.1.dar
-rw-r--r-- 1 Per.Bergman staff 303669 Apr 29 09:27 .daml/dist/carbon-0.0.1.dar
$ daml git:(perbergman/DAML-05) ✗ daml ledger upload-dar --access-token-file="security/certs/jwt/system.token" --timeout 1200 --max-inbound-message-size 4000000
Compiling carbon to a DAR.
Created .daml/dist/carbon-0.0.1.dar
Uploading .daml/dist/carbon-0.0.1.dar to localhost:6865
An exception was thrown during the upload-dar command
- GRPCIOTimeout
One reason for this to occur is if the size of DAR file being uploaded exceeds the gRPC maximum message size. The default value for this is 4Mb, but it may be increased when the ledger is (re)started. Please check with your ledger operator.
1 Like