This is my genesis.json. I created this file using Puppeth so it is very long but the rest part is not important.
{
"config": {
"chainId": 44,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 5,
"constantinopleBlock": 10,
"constantinopleFixBlock": 20
},
"nonce": "0x0",
"timestamp": "0x5d456da8",
"extraData": "0x00",
"gasLimit": "0x7A1200",
"difficulty": "0x1",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"alloc": {
"0000000000000000000000000000000000000000": {
"balance": "0x1"
},
...
The gasLimit 0x7A1200 is 8,000,000.