|
152 | 152 | <configuration> |
153 | 153 | <systemPropertyVariables> |
154 | 154 | <storage.lockTimeout>60000</storage.lockTimeout> |
155 | | - <storage.makeFullCheckpointAfterCreate>false</storage.makeFullCheckpointAfterCreate> |
156 | | - <storage.makeFullCheckpointAfterClusterCreate>false |
157 | | - </storage.makeFullCheckpointAfterClusterCreate> |
158 | | - <storage.wal.syncOnPageFlush>false</storage.wal.syncOnPageFlush> |
159 | | - <storage.configuration.syncOnUpdate>false</storage.configuration.syncOnUpdate> |
160 | | - <index.flushAfterCreate>false</index.flushAfterCreate> |
161 | 155 | <security.userPasswordSaltIterations>10</security.userPasswordSaltIterations> |
162 | 156 | <buildDirectory>${project.build.directory}</buildDirectory> |
163 | 157 | <testPath>${project.basedir}</testPath> |
|
166 | 160 | <orient.server.port>${orient.server.port}</orient.server.port> |
167 | 161 | <storage.diskCache.bufferSize>4096</storage.diskCache.bufferSize> |
168 | 162 | <memory.directMemory.trackMode>true</memory.directMemory.trackMode> |
169 | | - <memory.directMemory.preallocate>false</memory.directMemory.preallocate> |
170 | 163 | </systemPropertyVariables> |
171 | 164 | <properties> |
172 | 165 | <property> |
|
222 | 215 | <configuration> |
223 | 216 | <systemPropertyVariables> |
224 | 217 | <storage.lockTimeout>60000</storage.lockTimeout> |
225 | | - <storage.makeFullCheckpointAfterCreate>false</storage.makeFullCheckpointAfterCreate> |
226 | | - <storage.makeFullCheckpointAfterClusterCreate>false |
227 | | - </storage.makeFullCheckpointAfterClusterCreate> |
228 | | - <storage.wal.syncOnPageFlush>false</storage.wal.syncOnPageFlush> |
229 | | - <storage.configuration.syncOnUpdate>false</storage.configuration.syncOnUpdate> |
230 | | - <index.flushAfterCreate>false</index.flushAfterCreate> |
231 | 218 | <security.userPasswordSaltIterations>10</security.userPasswordSaltIterations> |
232 | 219 | <buildDirectory>${project.build.directory}</buildDirectory> |
233 | 220 | <testPath>${project.basedir}</testPath> |
234 | 221 | <orientdb.test.keepDatabase>true</orientdb.test.keepDatabase> |
235 | 222 | <storage.diskCache.bufferSize>4096</storage.diskCache.bufferSize> |
236 | 223 | <memory.directMemory.trackMode>true</memory.directMemory.trackMode> |
237 | | - <memory.directMemory.preallocate>false</memory.directMemory.preallocate> |
238 | 224 | </systemPropertyVariables> |
239 | 225 | <properties> |
240 | 226 | <property> |
|
0 commit comments