|
Removed
Link Here
|
| 1 |
--- src/jrd/isc_sync.cpp.orig 2016-06-30 09:34:54 UTC |
| 2 |
+++ src/jrd/isc_sync.cpp |
| 3 |
@@ -677,7 +677,7 @@ namespace { |
| 4 |
public: |
| 5 |
const static int N_FILES = 128; |
| 6 |
const static int N_SETS = 256; |
| 7 |
-#if defined(DEV_BUILD) |
| 8 |
+#if defined(DEV_BUILD) || defined(FREEBSD) |
| 9 |
const static int SEM_PER_SET = 4; // force multiple sets allocation |
| 10 |
#else |
| 11 |
const static int SEM_PER_SET = 31; // hard limit for some old systems, might set to 32 |