Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Last active August 29, 2015 14:05
Show Gist options
  • Save dcousineau/0c5495f8781324649dc2 to your computer and use it in GitHub Desktop.
Save dcousineau/0c5495f8781324649dc2 to your computer and use it in GitHub Desktop.
Goodbye Ram
$ 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