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

executors/sbcl: increase memory limit #1194

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Conversation

int-y1
Copy link
Contributor

@int-y1 int-y1 commented Dec 21, 2024

the latest version of sbcl is more bloated

before:

0.972 Testing SBCL:   os_alloc_gc_space(1,0xb7ffb00000,173015040) failed with ENOMEM                                                                                                                       
1.032 fatal error encountered in SBCL pid 14 tid 14:                                                                                                                                                       
1.033 Can't allocate 0xa500000 bytes for space 5
1.033 
1.034 Failed self-test
1.035   Attempted:
1.036     sbcl: /usr/bin/sbcl
1.036   Errors:
1.037     Got unexpected stdout output:
1.037     
1.037 
1.038 Configuration result:
1.039 runtime: {}

after:

1.297 Testing SBCL:   Using /usr/bin/sbcl                                                                                                                                                                  
1.407   sbcl: 2.4.11                                                                                                                                                                                       
1.411 
1.411 Configuration result:
1.413 runtime:
1.413   sbcl: /usr/bin/sbcl

@dmoj-build
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Member

@quantum5 quantum5 left a comment

Choose a reason for hiding this comment

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

Bloated indeed.

@quantum5 quantum5 merged commit c205f98 into DMOJ:master Dec 21, 2024
9 checks passed
@int-y1 int-y1 deleted the fix-sbcl branch December 21, 2024 20:46
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