-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kurtosis zkevm-stateless-executor-001 stopped #359
Comments
I don't think I've seen this before. It looks like the machine this is running on is very slow. As a result, the executor is taking so long to start that Kurtosis is assuming the process isn't starting properly. What type of machine is this running on? I'll paste my logs below so you can compare, but it looks like the process in your screenshot is 10x slower |
Windows WSL2 -> Ubuntu22.04 |
One option would be to add a kurtosis-cdk/lib/zkevm_prover.star Lines 58 to 59 in 23694ed
Setting Setting |
No, it doesn't work as expected. Encountered with the same error mentioned in the earlier thread above. According to official docs, If you notice some services, such as the zkevm-stateless-executor or zkevm-prover, consistently having the status of STOPPED, try increasing the Docker memory allocation. May I know how much it should be ? |
That's strange. If you changed the wait time, you shouldn't get the same error. It would make sense if it never finished.. But strange if you're getting the same exact error as above. I would guess you probably want at least 4GB. I'm running 3 networks right now and it looks like the biggest container is the zkProver process which is using roughly 2.5 GB It's possible the max memory goes higher than that when it's initializing. |
I recommend setting it to at least 10/12 GB, it may use less when running idle but when initialising, it requires a lot of memory. The different zkevm provers ( |
Hello @ArrjunPradeep, have you managed to fix the issue? |
Hi @leovct , I have set to 12GB around, Now its showing a different error : |
It looks like you Docker daemon stopped. You might have to restart it. Then you'll need to clean the enclaves with |
Can you pull the latest changes? |
As @praetoriansentry mentioned, it looks like your machine is very slow.... Even after 20 minutes, the prover is still not started. I would advise to allocate more memory to docker, as suggested above. |
@leovct Now I am running on macOS. Still I am getting error : |
I would suggest to clean the enclave and give it a retry. |
System information
Ubuntu22.04
Commit id
d
Description & steps to reproduce
I'm getting the following error while executing this command "kurtosis run --enclave cdk ." [Deploy to Sepolia]
Desired behavior
Network running
What is the severity of this bug?
Critical; I am blocked and Kurtosis CDK is unusable for me because of this bug.
The text was updated successfully, but these errors were encountered: