You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurred:
error while interpolating services.postgres.shm_size: failed to cast to expected type: strconv.ParseInt: parsing "256MB": invalid syntax
Creating persistent-data for mainnet
Starting all services for stacks-blockchain
error while interpolating services.postgres.shm_size: failed to cast to expected type: strconv.ParseInt: parsing "256MB": invalid syntax
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, Does anyone have the same issue as me?
When I do it like this:
git clone https://github.com/stacks-network/stacks-blockchain-docker
cd stacks-blockchain-docker/
cp sample.env .env
source .env
./manage.sh -n mainnet -a start
The following error occurred:
error while interpolating services.postgres.shm_size: failed to cast to expected type: strconv.ParseInt: parsing "256MB": invalid syntax
Creating persistent-data for mainnet
Starting all services for stacks-blockchain
error while interpolating services.postgres.shm_size: failed to cast to expected type: strconv.ParseInt: parsing "256MB": invalid syntax
The text was updated successfully, but these errors were encountered: