
- This moves var/spack/packages to var/spack/repos/builtin/packages. - Packages that did not exist in the source branch, or were changed in develop, were moved into var/spack/repos/builtin/packages as part of the integration. Conflicts: lib/spack/spack/test/unit_install.py var/spack/repos/builtin/packages/clang/package.py
12 lines
440 B
Diff
12 lines
440 B
Diff
--- julia/src/gc.c
|
|
+++ julia/src/gc.c
|
|
@@ -162,7 +162,7 @@
|
|
// A region is contiguous storage for up to REGION_PG_COUNT naturally aligned GC_PAGE_SZ pages
|
|
// It uses a very naive allocator (see malloc_page & free_page)
|
|
#if defined(_P64) && !defined(_COMPILER_MICROSOFT_)
|
|
-#define REGION_PG_COUNT 16*8*4096 // 8G because virtual memory is cheap
|
|
+#define REGION_PG_COUNT 8*4096 // 512M
|
|
#else
|
|
#define REGION_PG_COUNT 8*4096 // 512M
|
|
#endif
|