Skip to content

Replace hardcoded AOE hash table size by default value from implementation config#793

Merged
pgbrodrick merged 1 commit into
isofit:devfrom
unbohn:bugfix/hardcoded_AOE_hash_size
Oct 30, 2025
Merged

Replace hardcoded AOE hash table size by default value from implementation config#793
pgbrodrick merged 1 commit into
isofit:devfrom
unbohn:bugfix/hardcoded_AOE_hash_size

Conversation

@unbohn

@unbohn unbohn commented Oct 29, 2025

Copy link
Copy Markdown
Collaborator

So far, we've been using a default hash_size of 50 set by the implementation config, while the analytical_line uses a hardcoded size of 500. This could lead into memory errors when running AOE at full core utilization on large clusters. This PR replaces the hardcoded value bei the config default.

Closes #730.

@unbohn unbohn requested review from jammont and pgbrodrick October 29, 2025 21:13
@unbohn unbohn added the bugfix Fixing an error label Oct 29, 2025
@unbohn unbohn changed the title Replace hardcoded AOE hash table size by default value from implementation config. Replace hardcoded AOE hash table size by default value from implementation config Oct 29, 2025
@pgbrodrick pgbrodrick merged commit 0186105 into isofit:dev Oct 30, 2025
17 checks passed
@unbohn unbohn deleted the bugfix/hardcoded_AOE_hash_size branch October 31, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixing an error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Memory issue with Analytical Line

2 participants