Skip to content

raise_account_cu_limits #306

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

Merged

Conversation

bw-solana
Copy link
Contributor

No description provided.


## Summary

Increase the per account CU limit from 12M to 20M.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we propose implementing this as "40% of block limit" instead of static 20M? rather take it to 24M when block limit goes to 60M and not have to dance around more SIMDs and feature gates

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with it. Although if we fix execution concurrency issues, anything beyond 25% may get a bit dicey (or leave capacity on the table)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only way to fix exec concurrency is to delete priority fees. gfl with that. most practical option is to crash the pf market with surplus capacity. accelerate

Comment on lines 76 to 77
- Larger blocks may cause unforseen issues in infrastructure beyond the
validators.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how will the blocks get larger? the proposal only changes a constraint on the internal composition. we're still bound by block limit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this is bad copy pasta. Will fix

@bw-solana
Copy link
Contributor Author

@topointon-jump - would appreciate FD review

@bw-solana bw-solana force-pushed the raise_account_cu_limits branch from e5bacce to 06edbea Compare July 23, 2025 14:48
@bw-solana bw-solana requested a review from t-nelson July 23, 2025 15:01
Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm now

@Benhawkins18 Benhawkins18 merged commit f7a94c0 into solana-foundation:main Jul 23, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants