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

[Fix] Update resource limit #700

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

Junjun2016
Copy link
Collaborator

The limited resource adjustment will reduce the base file-open soft limit to 4096. Sometimes it will result in 'OSError: [Error 24] Too many open files' during training process when large file-open needed (>4096).

@Junjun2016 Junjun2016 requested a review from xvjiarui July 13, 2021 09:26
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #700 (a1677eb) into master (f5be6e2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head a1677eb differs from pull request most recent head 6ff38d9. Consider uploading reports for the commit 6ff38d9 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #700   +/-   ##
=======================================
  Coverage   85.18%   85.18%           
=======================================
  Files         105      105           
  Lines        5670     5671    +1     
  Branches      923      923           
=======================================
+ Hits         4830     4831    +1     
  Misses        662      662           
  Partials      178      178           
Flag Coverage Δ
unittests 85.17% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/datasets/builder.py 89.47% <100.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5be6e2...6ff38d9. Read the comment docs.

@xvjiarui xvjiarui merged commit e2ce2e2 into open-mmlab:master Jul 15, 2021
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
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.

2 participants