Skip to content
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

Limit the SingleStore max cached blob size to prevent out-of-memory error #2395

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

horbe
Copy link
Contributor

@horbe horbe commented Oct 19, 2023

Limit the SingleStore max cached blob size to prevent out-of-memory error

@horbe horbe requested a review from a team as a code owner October 19, 2023 20:13
@github-actions
Copy link

Test Results

     693 files  +     693       693 suites  +693   59m 21s ⏱️ + 59m 21s
11 452 tests +11 452  11 068 ✔️ +11 068  384 💤 +384  0 ±0 
14 344 runs  +14 344  13 876 ✔️ +13 876  468 💤 +468  0 ±0 

Results for commit 4f28184. ± Comparison against base commit bc6cc1a.

@@ -51,6 +51,7 @@ public void setup()
Statement statement = connection.createStatement())
{
statement.execute("create schema if not exists " + DATABASE_NAME + ";");
statement.execute("SET GLOBAL maximum_blob_cache_size_mb = 1024");
Copy link
Contributor

Choose a reason for hiding this comment

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

@rafaelbey rafaelbey merged commit 514d1bb into finos:master Oct 20, 2023
3 checks passed
@horbe horbe deleted the memsql-test-error branch November 27, 2023 22:13
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.

3 participants