I have created new compute cluster, deleted the older versions, deleted blobs in data store, deleted unused files from the notebook instance, tried increasing the SNAPSHOT_MAX_SIZE_BYTES = 2000000000 but none of them are working.
It was showing the snapshot size issue (300 mb and 200 files allowed) previously so we included
azureml._restclient.snapshots_client.SNAPSHOT_MAX_SIZE_BYTES = 4000000000 ,which resolved the issue then, but we are unable to find solution for this one.

