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

testsubmit "Memory limit exceeded in C (seg faults)" #53

Closed
jpschneiders opened this issue Jun 9, 2022 · 1 comment
Closed

testsubmit "Memory limit exceeded in C (seg faults)" #53

jpschneiders opened this issue Jun 9, 2022 · 1 comment

Comments

@jpschneiders
Copy link

Hi,

I have updated Jobe to version 1.6.6 on an up to date Debian 10 server. When I launch python3 ./testsubmit.py to test the install the test "Memory limit exceeded in C (seg faults)" fails since the requested malloc call succeeds. After investigating it seems to me that the new default memory limit for C tasks is 500MB. If I edit testsubmit.py and change the #define CHUNKSIZE 500000000 line to for example #define CHUNKSIZE 550000000 the malloc fails as expected and the test succeeds. It would be nice if you could patch the code accordingly.

Best regards,
Jean-Pierre

@trampgeek
Copy link
Owner

Thanks for reporting. I just pushed an update (with a 2GB malloc for future proofing).

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

No branches or pull requests

2 participants