mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
Cosmetics
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1669 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ Module scst supports the following parameters:
|
||||
- scst_threads - allows to set count of SCST's threads. By default it
|
||||
is CPU count.
|
||||
|
||||
- scst_max_cmd_mem - sets maximum amount of memory in Mb allowed to be
|
||||
- scst_max_cmd_mem - sets maximum amount of memory in MB allowed to be
|
||||
consumed by the SCST commands for data buffers at any given time. By
|
||||
default it is approximately TotalMem/4.
|
||||
|
||||
|
||||
+1
-1
@@ -258,7 +258,7 @@ Module scst supports the following parameters:
|
||||
- scst_threads - allows to set count of SCST's threads. By default it
|
||||
is CPU count.
|
||||
|
||||
- scst_max_cmd_mem - sets maximum amount of memory in Mb allowed to be
|
||||
- scst_max_cmd_mem - sets maximum amount of memory in MB allowed to be
|
||||
consumed by the SCST commands for data buffers at any given time. By
|
||||
default it is approximately TotalMem/4.
|
||||
|
||||
|
||||
+1
-1
@@ -345,7 +345,7 @@ int start(int argc, char **argv)
|
||||
close(fd);
|
||||
|
||||
PRINT_INFO("%s", " ");
|
||||
PRINT_INFO("Virtual device \"%s\", path \"%s\", size %"PRId64"Mb, "
|
||||
PRINT_INFO("Virtual device \"%s\", path \"%s\", size %"PRId64"MB, "
|
||||
"block size %d, nblocks %"PRId64", options:", devs[i].name,
|
||||
devs[i].file_name, (uint64_t)devs[i].file_size/1024/1024,
|
||||
devs[i].block_size, (uint64_t)devs[i].nblocks);
|
||||
|
||||
Reference in New Issue
Block a user