Skip to content
Snippets Groups Projects
Commit 3d9f2bec authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

adjust limit for docker

parent 3fe85836
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ endif() ...@@ -308,7 +308,7 @@ endif()
# reduce memory usage of GCC on 32 bit systems # reduce memory usage of GCC on 32 bit systems
if(NOT HAVE_64BIT_SIZE_T AND CMAKE_CXX_COMPILER_ID MATCHES "GNU") if(NOT HAVE_64BIT_SIZE_T AND CMAKE_CXX_COMPILER_ID MATCHES "GNU")
set(CMAKE_CXX_FLAGS set(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} --param ggc-min-expand=1 --param ggc-min-heapsize=1000000") "${CMAKE_CXX_FLAGS} --param ggc-min-expand=1 --param ggc-min-heapsize=512000")
endif() endif()
if(ENABLE_OPENMP) if(ENABLE_OPENMP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment