Parachain node frequently halted for and again start syncing

Hello Team
We setup polkadot parachain node for asset and node frequently halted for and again start syncing.

Dockr image - parity/polkadot-parachain:latest (docker hub)
here is the docker compose file

version: “3.7”
services:
node:
image: parity/polkadot-parachain:latest
restart: on-failure
ports:
- “9944:9944”
- “30333:30333”
- “2332:9933”
volumes:
- /localdir/parity:/parity
container_name: polkadot-parachain
mem_limit: 2g
command:
–prometheus-external
–chain=‘statemint’
–rpc-port 9933
–rpc-cors all
–rpc-external
–pruning
archive

Node logs

2023-09-06 18:05:46 Polkadot parachain ,
2023-09-06 18:05:46 :v: version 1.0.0-2306bfb7565 ,
2023-09-06 18:05:46 :heart: by Parity Technologies admin@parity.io, 2017-2023 ,
2023-09-06 18:05:46 :clipboard: Chain specification: Polkadot Asset Hub ,
2023-09-06 18:05:46 :label: Node name: bored-children-6550 ,
2023-09-06 18:05:46 :bust_in_silhouette: Role: FULL ,
2023-09-06 18:05:46 :floppy_disk: Database: RocksDb at /parity/.local/share/polkadot-parachain/chains/asset-hub-polkadot/db/full ,
2023-09-06 18:05:49 Parachain id: Id(1000) ,
2023-09-06 18:05:49 Parachain Account: 5Ec4AhPZk8STuex8Wsi9TwDtJQxKqzPJRCH7348Xtcs9vZLJ ,
2023-09-06 18:05:49 Is collating: no ,

Thnaks
Umang Awasthy

Better to ask here: https://substrate.stackexchange.com/