doc/testing.md
changeset 53996 35a30b432396
parent 53464 650527b39f00
child 54268 0cf2c87ce79a
equal deleted inserted replaced
53995:ecc2bcc3beb0 53996:35a30b432396
   250 
   250 
   251 #### JOBS
   251 #### JOBS
   252 The test concurrency (`-concurrency`).
   252 The test concurrency (`-concurrency`).
   253 
   253 
   254 Defaults to TEST_JOBS (if set by `--with-test-jobs=`), otherwise it defaults to
   254 Defaults to TEST_JOBS (if set by `--with-test-jobs=`), otherwise it defaults to
   255 JOBS, except for Hotspot, where the default is *number of CPU cores/2*, but
   255 JOBS, except for Hotspot, where the default is *number of CPU cores/2* (for
   256 never more than 12.
   256 sparc, if more than 16 cpus, then *number of CPU cores/5*, otherwise *number of
       
   257 CPU cores/4*), but never more than *memory size in GB/2*.
   257 
   258 
   258 #### TIMEOUT_FACTOR
   259 #### TIMEOUT_FACTOR
   259 The timeout factor (`-timeoutFactor`).
   260 The timeout factor (`-timeoutFactor`).
   260 
   261 
   261 Defaults to 4.
   262 Defaults to 4.