Created
March 25, 2017 22:06
-
-
Save kinow/2e76a48f48f679cca97f52a43585665a to your computer and use it in GitHub Desktop.
Debug krita memory issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bugs.kde.org/show_bug.cgi?id=376382