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

OSError: [Errno 12] Cannot allocate memory if too manay connect #170

Open
focalism opened this issue Dec 23, 2020 · 0 comments
Open

OSError: [Errno 12] Cannot allocate memory if too manay connect #170

focalism opened this issue Dec 23, 2020 · 0 comments

Comments

@focalism
Copy link

If too many connections are established,get following trace

    return self.client.info()['commit_revision']
  File "/venv/local/lib/python2.7/site-packages/svn/common.py", line 86, in info
    do_combine=True)
  File "/venv/local/lib/python2.7/site-packages/svn/common.py", line 60, in run_command
    return self.external_command(cmd, environment=self.__env, **kwargs)
  File "/venv/local/lib/python2.7/site-packages/svn/common_base.py", line 29, in external_command
    universal_newlines=decode_text)
  File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 916, in _execute_child
    self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory

how to close the connections or is there have a close method

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

1 participant