Skip to content

Commit

Permalink
add note about using smaller stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Oct 8, 2018
1 parent e609a43 commit 93cab90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
// select whether to enable the COPY_STACKS stack switching optimization
#define COPY_STACKS

// If you disbable COPY_STACKS the task-system is not as memory efficient so
// you probably want to choose a smaller default stack size (factor of 8-10)
#define JL_STACK_SIZE (8*1024*1024)

// threading options ----------------------------------------------------------
Expand Down

0 comments on commit 93cab90

Please sign in to comment.