Skip to content

Instantly share code, notes, and snippets.

@ollieglass
Created November 8, 2016 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ollieglass/bdc6deb9539efda3b8501a00bb7a3c9d to your computer and use it in GitHub Desktop.
Save ollieglass/bdc6deb9539efda3b8501a00bb7a3c9d to your computer and use it in GitHub Desktop.
Increase open file limit
import platform
if platform.system() == 'Windows':
import win32file
win32file._setmaxstdio(2048)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment