How to compile kernel with bigge page size -


i tried mount parition block size larger 4kb. operation failed following error:

function not implemented 

(i tried enabling huge pages, got same error).

after research found due blocksize being larger os page size.

as understand page size determined @ compile time, i'd try compile kernel different page size.

you can use these kernel configurations make menuconfig , change page size.

    config_<arch>_4k_pages     config_<arch>_16k_pages     config_<arch>_64k_pages 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -