tiny.smg.default_limits
Defined in tiny.smg.
Source
Source: tools/smg/src/root.zig:62
zig
pub const default_limits: Limits = .{ .storage = .{ .edit_batch_size = 8 * 1024, .wal_recovery_limit_bytes = 256 * 1024 * 1024, .max_rules_bytes = 16 * 1024 * 1024, .max_gitignore_bytes = 4096, .max_summary_bytes = 1024 * 1024, }, .scan = .{ .max_ignore_file_bytes = 64 * 1024, .max_git_file_list_bytes = 64 * 1024 * 1024, .max_source_file_bytes = 32 * 1024 * 1024, .max_fragment_bytes = 256 * 1024 * 1024, .max_manifest_bytes = 32 * 1024 * 1024, .chiclet_nesting_depth = 256, .zig_header_child_count = 128, }, .search = .{ .rebuild_batch_documents = 32 * 1024, .rebuild_batch_text_bytes = 8 * 1024 * 1024, .rebuild_wal_bytes = 16 * 1024 * 1024, .incremental_delete_count = 1024, }, .context = .{ .entry_count = 96, .section_candidate_count = 32, .impact_candidate_count = 256, .impact_depth = 2, .test_walk_node_count = 16 * 1024, }, .parser = .{ .active_version_count = 6, .version_count_overflow = 4, .link_count = 8, .iterator_count = 64, }, .api = .{ .public_path_depth = 64, .alias_resolution_depth = 128, }, .suggestions = .{ .normalized_name_bytes = 64, .fallback_match_count = 16, .displayed_name_count = 5, }, .analysis = .{ .betweenness_node_count = 50_000, .betweenness_sample_node_count = 5_000, .betweenness_sample_size = 500, }, .batch_input = batch.default_input_limits,};Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |