On Windows® operating systems, NTFS will generally use a cluster size of 4K, so formatting to 512 is not useful except for applications that are compatible only with
The indicated amount is needed per IO Accelerator that supports paging. You must carefully plan which IO Accelerators are used to hold a paging file.
Non-paged memory pool
•Windows Server 2003, 2008 R1/R2,
•Windows Vista and Windows
The amount of
To determine the total
•One IO Accelerator is 80GB and the other is 160GB
•Both are formatted with a 4K sector size
•Both will support paging files
The current allocated
To calculate the total available
(8196 MiB x 0.75) - 576 - 284 (80GB IO Accelerator) - 569 (160GB IO Accelerator)
This still leaves 4,718 MiB available for
Enabling and disabling paging support
Memory preallocation occurs during IO Accelerator driver initialization. To enable paging support, you must enable the FIO_PREALLOCATE_MEMORY configuration item. This can be done using the
The following example illustrates using the
fio-config -p FIO_PREALLOCATE_MEMORY "1234,17834"
To disable paging support on all drives, use a value of 0 for FIO_PREALLOCATE_MEMORY:
fio-config -p FIO_PREALLOCATE_MEMORY "0"
To query the current value, run this command:
fio-config -g FIO_PREALLOCATE_MEMORY
Using Windows page files with the IO Accelerator 61