Last active
August 29, 2015 14:05
-
-
Save dcousineau/0c5495f8781324649dc2 to your computer and use it in GitHub Desktop.
Goodbye Ram
This file contains 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
$ wc -l eight-puzzle.dot | |
423362 eight-puzzle.dot | |
$ du -h eight-puzzle.dot | |
22M eight-puzzle.dot | |
$ sfdp -x -Goverlap=scale -Tpng eight-puzzle.dot > eight-puzzle.png | |
sfdp(5924,0x7fff75922300) malloc: *** mach_vm_map(size=18446744039350460416) failed (error code=3) | |
*** error: can't allocate region | |
*** set a breakpoint in malloc_error_break to debug | |
out of memory | |
[1] 5924 segmentation fault sfdp -x -Goverlap=scale -Tpng eight-puzzle.dot > eight-puzzle.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment