Luís Alves

Results 4 comments of Luís Alves

Running Fablo 1.1.0 here, are there any steps to to [Run chaincode in dev mode](https://github.com/hyperledger-labs/fablo#running-chaincodes-in-dev-mode) with Go chaincodes? The current README only lists the steps to run it with a...

Just ran the following commands with `peerDevMode=true` on `fablo-config.json` for my use case chaincode: ```bash go build -o stvgd-chaincode . export CORE_CHAINCODE_LOGLEVEL=debug export CORE_PEER_TLS_ENABLED=false export CORE_CHAINCODE_ID_NAME=stvgd-chaincode:12 ./stvgd-chaincode -peer.address 127.0.0.1:7041 #...

Any news regarding this issue?

In the current scenario, there are 5 single peer Orgs. I'm using an 8GB RAM remote VM and each Docker container is limited to 8GB of RAM as well. For...