Skip to content

Instantly share code, notes, and snippets.

@kinow
Created March 25, 2017 22:06
Show Gist options
  • Save kinow/2e76a48f48f679cca97f52a43585665a to your computer and use it in GitHub Desktop.
Save kinow/2e76a48f48f679cca97f52a43585665a to your computer and use it in GitHub Desktop.
Debug krita memory issue
# 2550 mb in kb
ulimit -v 2550000
# 2 gb in kb
ulimit -m 2000000
# Confirm limits
ulimit -a
gdb $HOME/Development/cpp/workspace/krita_install/bin/krita
@kinow
Copy link
Author

kinow commented Mar 25, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment